Searched refs:SetPad (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | io-api.h | 210 bool IONAME(SetPad)(Cookie, const char *, std::size_t);
|
D | io-api.cpp | 473 bool IONAME(SetPad)(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), 591 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder); in genIOOption() 662 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder); in genIOOption()
|