Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-api.cpp926 cookie->CheckFormattedStmtType<Direction::Output>("OutputInteger64"); in IONAME()
935 cookie->CheckFormattedStmtType<Direction::Input>("InputInteger"); in IONAME()
944 cookie->CheckFormattedStmtType<Direction::Output>("OutputReal32"); in IONAME()
952 cookie->CheckFormattedStmtType<Direction::Output>("OutputReal64"); in IONAME()
960 cookie->CheckFormattedStmtType<Direction::Input>("InputReal32"); in IONAME()
968 cookie->CheckFormattedStmtType<Direction::Input>("InputReal64"); in IONAME()
976 cookie->CheckFormattedStmtType<Direction::Output>("OutputComplex32"); in IONAME()
986 cookie->CheckFormattedStmtType<Direction::Output>("OutputComplex64"); in IONAME()
996 cookie->CheckFormattedStmtType<Direction::Input>("InputComplex32"); in IONAME()
1005 cookie->CheckFormattedStmtType<Direction::Input>("InputComplex64"); in IONAME()
[all …]
Dio-stmt.h100 template <Direction D> void CheckFormattedStmtType(const char *name) { in CheckFormattedStmtType() function