Searched refs:SetDecimal (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Namelist.cpp | 291 ASSERT_TRUE(IONAME(SetDecimal)(inCookie, "COMMA", 5)); in TEST() 300 ASSERT_TRUE(IONAME(SetDecimal)(outCookie, "COMMA", 5)); in TEST()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 212 bool IONAME(SetDecimal)(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), 959 ioFunc = getIORuntimeFunc<mkIOKey(SetDecimal)>(loc, builder); in genIOOption() 1029 ioFunc = getIORuntimeFunc<mkIOKey(SetDecimal)>(loc, builder); in genIOOption()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 579 bool IONAME(SetDecimal)( in IONAME() argument
|