Searched refs:OutputLogical (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/examples/ |
| H A D | external-hello.cpp | 21 IONAME(OutputLogical)(io, false); in output1() local 22 IONAME(OutputLogical)(io, true); in output1() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | RuntimeCrashTest.cpp | 62 ASSERT_DEATH(IONAME(OutputLogical)(cookie, true), in TEST() 110 IONAME(OutputLogical)(cookie, true); in TEST() local 111 ASSERT_DEATH(IONAME(OutputLogical)(cookie, true), in TEST()
|
| H A D | NumericalFormatTest.cpp | 75 IONAME(OutputLogical)(cookie, true); in TEST() local
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 264 bool IONAME(OutputLogical)(Cookie, bool);
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 95 mkIOKey(InputAscii), mkIOKey(OutputLogical), mkIOKey(InputLogical), 418 return getIORuntimeFunc<mkIOKey(OutputLogical)>(loc, builder); in getOutputFunc() 448 return getIORuntimeFunc<mkIOKey(OutputLogical)>(loc, builder); in getOutputFunc()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 1296 bool IONAME(OutputLogical)(Cookie cookie, bool truth) { in IONAME() argument
|