Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h247 bool IONAME(OutputInteger16)(Cookie, std::int16_t);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1122 bool IONAME(OutputInteger16)(Cookie cookie, std::int16_t n) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp90 mkIOKey(OutputInteger16), mkIOKey(OutputInteger32),
422 return getIORuntimeFunc<mkIOKey(OutputInteger16)>(loc, builder); in getOutputFunc()