Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h250 bool IONAME(OutputInteger128)(Cookie, common::int128_t);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1156 bool IONAME(OutputInteger128)(Cookie cookie, common::int128_t n) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp91 mkIOKey(OutputInteger64), mkIOKey(OutputInteger128), mkIOKey(InputInteger),
428 return getIORuntimeFunc<mkIOKey(OutputInteger128)>(loc, builder); in getOutputFunc()