Home
last modified time | relevance | path

Searched refs:OutputLogical (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/unittests/Runtime/
Dexternal-hello.cpp20 IONAME(OutputLogical)(io, false); in output1() local
21 IONAME(OutputLogical)(io, true); in output1() local
Dhello.cpp30 IONAME(OutputLogical)(cookie, true); in hello() local
/external/llvm-project/flang/runtime/
Dio-api.h254 bool IONAME(OutputLogical)(Cookie, bool);
Dio-api.cpp1040 bool IONAME(OutputLogical)(Cookie cookie, bool truth) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp61 mkIOKey(InputAscii), mkIOKey(OutputLogical), mkIOKey(InputLogical),
199 ? getIORuntimeFunc<mkIOKey(OutputLogical)>(loc, builder) in getOutputFunc()
210 return getIORuntimeFunc<mkIOKey(OutputLogical)>(loc, builder); in getOutputFunc()