Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h265 bool IONAME(InputLogical)(Cookie, bool &);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp95 mkIOKey(InputAscii), mkIOKey(OutputLogical), mkIOKey(InputLogical),
530 ? getIORuntimeFunc<mkIOKey(InputLogical)>(loc, builder) in getInputFunc()
547 return getIORuntimeFunc<mkIOKey(InputLogical)>(loc, builder); in getInputFunc()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1307 bool IONAME(InputLogical)(Cookie cookie, bool &truth) { in IONAME() argument