Searched refs:SetPad (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 216 bool IONAME(SetPad)(Cookie, const char *, std::size_t);
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 85 mkIOKey(SetDecimal), mkIOKey(SetDelim), mkIOKey(SetPad), mkIOKey(SetPos), 971 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder); in genIOOption() 1035 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder); in genIOOption()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 617 bool IONAME(SetPad)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument
|