Searched refs:SetDelim (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | io-api.h | 208 bool IONAME(SetDelim)(Cookie, const char *, std::size_t);
|
D | io-api.cpp | 452 bool IONAME(SetDelim)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 54 mkIOKey(SetDecimal), mkIOKey(SetDelim), mkIOKey(SetPad), mkIOKey(SetPos), 582 ioFunc = getIORuntimeFunc<mkIOKey(SetDelim)>(loc, builder); in genIOOption() 659 ioFunc = getIORuntimeFunc<mkIOKey(SetDelim)>(loc, builder); in genIOOption()
|