Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h217 bool IONAME(SetPos)(Cookie, std::int64_t);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp624 bool IONAME(SetPos)(Cookie cookie, std::int64_t pos) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp85 mkIOKey(SetDecimal), mkIOKey(SetDelim), mkIOKey(SetPad), mkIOKey(SetPos),
1075 return genIntIOOption<mkIOKey(SetPos)>(converter, loc, cookie, spec); in genIOOption()