Home
last modified time | relevance | path

Searched refs:OutputInteger32 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h248 bool IONAME(OutputInteger32)(Cookie, std::int32_t);
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp74 IONAME(OutputInteger32)(cookie, 0xfeedface); in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1133 bool IONAME(OutputInteger32)(Cookie cookie, std::int32_t n) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp90 mkIOKey(OutputInteger16), mkIOKey(OutputInteger32),
424 return getIORuntimeFunc<mkIOKey(OutputInteger32)>(loc, builder); in getOutputFunc()