Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h220 bool IONAME(SetRound)(Cookie, const char *, std::size_t);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp86 mkIOKey(SetRec), mkIOKey(SetRound), mkIOKey(SetSign),
977 ioFunc = getIORuntimeFunc<mkIOKey(SetRound)>(loc, builder); in genIOOption()
1038 ioFunc = getIORuntimeFunc<mkIOKey(SetRound)>(loc, builder); in genIOOption()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp646 bool IONAME(SetRound)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument