Searched refs:OutputLogical (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | external-hello.cpp | 20 IONAME(OutputLogical)(io, false); in output1() local 21 IONAME(OutputLogical)(io, true); in output1() local
|
D | hello.cpp | 30 IONAME(OutputLogical)(cookie, true); in hello() local
|
/external/llvm-project/flang/runtime/ |
D | io-api.h | 254 bool IONAME(OutputLogical)(Cookie, bool);
|
D | io-api.cpp | 1040 bool IONAME(OutputLogical)(Cookie cookie, bool truth) { in IONAME() argument
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 61 mkIOKey(InputAscii), mkIOKey(OutputLogical), mkIOKey(InputLogical), 199 ? getIORuntimeFunc<mkIOKey(OutputLogical)>(loc, builder) in getOutputFunc() 210 return getIORuntimeFunc<mkIOKey(OutputLogical)>(loc, builder); in getOutputFunc()
|