Searched refs:OutputInteger64 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | external-hello.cpp | 12 IONAME(OutputInteger64)(io, 678); in output1() 39 IONAME(OutputInteger64)(io, n); in input1() local
|
D | hello.cpp | 28 IONAME(OutputInteger64)(cookie, 678); in hello() 29 IONAME(OutputInteger64)(cookie, 0xfeedface); in hello() 66 IONAME(OutputInteger64)(cookie, 789); in multiline() 68 IONAME(OutputInteger64)(cookie, j); in multiline() local
|
D | external-io.cpp | 334 IONAME(OutputInteger64)(io, j) || (Fail() << "OutputInteger64()", 0); in TestDirectFormatted() local 389 IONAME(OutputInteger64) in TestSequentialVariableFormatted() local
|
/external/llvm-project/flang/runtime/ |
D | io-api.h | 240 bool IONAME(OutputInteger64)(Cookie, std::int64_t);
|
D | io-api.cpp | 925 bool IONAME(OutputInteger64)(Cookie cookie, std::int64_t n) { in IONAME() argument
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 58 mkIOKey(OutputInteger64), mkIOKey(InputInteger), mkIOKey(OutputReal32), 200 : getIORuntimeFunc<mkIOKey(OutputInteger64)>(loc, builder); in getOutputFunc()
|