Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-api.h255 bool IONAME(InputLogical)(Cookie, bool &);
Dio-api.cpp1049 bool IONAME(InputLogical)(Cookie cookie, bool &truth) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp61 mkIOKey(InputAscii), mkIOKey(OutputLogical), mkIOKey(InputLogical),
271 ? getIORuntimeFunc<mkIOKey(InputLogical)>(loc, builder) in getInputFunc()
282 return getIORuntimeFunc<mkIOKey(InputLogical)>(loc, builder); in getInputFunc()