Home
last modified time | relevance | path

Searched refs:OutputInteger8 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h246 bool IONAME(OutputInteger8)(Cookie, std::int8_t);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1111 bool IONAME(OutputInteger8)(Cookie cookie, std::int8_t n) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp89 mkIOKey(InputUnformattedBlock), mkIOKey(OutputInteger8),
420 return getIORuntimeFunc<mkIOKey(OutputInteger8)>(loc, builder); in getOutputFunc()