Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Runtime/
Dexternal-hello.cpp12 IONAME(OutputInteger64)(io, 678); in output1()
39 IONAME(OutputInteger64)(io, n); in input1() local
Dhello.cpp28 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
Dexternal-io.cpp334 IONAME(OutputInteger64)(io, j) || (Fail() << "OutputInteger64()", 0); in TestDirectFormatted() local
389 IONAME(OutputInteger64) in TestSequentialVariableFormatted() local
/external/llvm-project/flang/runtime/
Dio-api.h240 bool IONAME(OutputInteger64)(Cookie, std::int64_t);
Dio-api.cpp925 bool IONAME(OutputInteger64)(Cookie cookie, std::int64_t n) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp58 mkIOKey(OutputInteger64), mkIOKey(InputInteger), mkIOKey(OutputReal32),
200 : getIORuntimeFunc<mkIOKey(OutputInteger64)>(loc, builder); in getOutputFunc()