Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/examples/
H A Dexternal-hello.cpp21 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 DRuntimeCrashTest.cpp62 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 DNumericalFormatTest.cpp75 IONAME(OutputLogical)(cookie, true); in TEST() local
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h264 bool IONAME(OutputLogical)(Cookie, bool);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp95 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 Dio-api.cpp1296 bool IONAME(OutputLogical)(Cookie cookie, bool truth) { in IONAME() argument