Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h285 bool IONAME(SetEncoding)(Cookie, const char *, std::size_t);
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp734 ASSERT_TRUE(IONAME(SetEncoding)(io, "UTF-8", 5)) << "SetEncoding(UTF-8)"; in TEST()
813 ASSERT_TRUE(IONAME(SetEncoding)(io, "UTF-8", 5)) << "SetEncoding(UTF-8)"; in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp852 bool IONAME(SetEncoding)( in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp97 mkIOKey(SetCarriagecontrol), mkIOKey(SetEncoding), mkIOKey(SetForm),
965 ioFunc = getIORuntimeFunc<mkIOKey(SetEncoding)>(loc, builder); in genIOOption()