Home
last modified time | relevance | path

Searched refs:SetDelim (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNamelist.cpp85 ASSERT_TRUE(IONAME(SetDelim)(outCookie1, "APOSTROPHE", 10)); in TEST()
120 ASSERT_TRUE(IONAME(SetDelim)(outCookie2, "APOSTROPHE", 10)); in TEST()
212 ASSERT_TRUE(IONAME(SetDelim)(outCookie, "apostrophe", 10)); in TEST()
241 ASSERT_TRUE(IONAME(SetDelim)(outCookie, "apostrophe", 10)); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h214 bool IONAME(SetDelim)(Cookie, const char *, std::size_t);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp85 mkIOKey(SetDecimal), mkIOKey(SetDelim), mkIOKey(SetPad), mkIOKey(SetPos),
962 ioFunc = getIORuntimeFunc<mkIOKey(SetDelim)>(loc, builder); in genIOOption()
1032 ioFunc = getIORuntimeFunc<mkIOKey(SetDelim)>(loc, builder); in genIOOption()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp597 bool IONAME(SetDelim)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument