Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1112 if (!cookie->CheckFormattedStmtType<Direction::Output>("OutputInteger8")) { in IONAME()
1169 if (!cookie->CheckFormattedStmtType<Direction::Input>("InputInteger")) { in IONAME()
1180 if (!cookie->CheckFormattedStmtType<Direction::Output>("OutputReal32")) { in IONAME()
1190 if (!cookie->CheckFormattedStmtType<Direction::Output>("OutputReal64")) { in IONAME()
1200 if (!cookie->CheckFormattedStmtType<Direction::Input>("InputReal32")) { in IONAME()
1210 if (!cookie->CheckFormattedStmtType<Direction::Input>("InputReal64")) { in IONAME()
1244 if (!cookie->CheckFormattedStmtType<Direction::Input>("InputComplex32")) { in IONAME()
1255 if (!cookie->CheckFormattedStmtType<Direction::Input>("InputComplex64")) { in IONAME()
1283 if (!cookie->CheckFormattedStmtType<Direction::Input>("InputCharacter")) { in IONAME()
1297 if (!cookie->CheckFormattedStmtType<Direction::Output>("OutputLogical")) { in IONAME()
[all …]
H A Dnamelist.cpp30 io.CheckFormattedStmtType<Direction::Output>("OutputNamelist"); in IONAME()
366 io.CheckFormattedStmtType<Direction::Input>("InputNamelist"); in IONAME()
H A Dio-stmt.h197 template <Direction D> bool CheckFormattedStmtType(const char *name) { in CheckFormattedStmtType() function