Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h210 bool IONAME(SetBlank)(Cookie, const char *, std::size_t);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp84 mkIOKey(EnableHandlers), mkIOKey(SetAdvance), mkIOKey(SetBlank),
956 ioFunc = getIORuntimeFunc<mkIOKey(SetBlank)>(loc, builder); in genIOOption()
1026 ioFunc = getIORuntimeFunc<mkIOKey(SetBlank)>(loc, builder); in genIOOption()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp562 bool IONAME(SetBlank)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument