Searched refs:CheckFormattedStmtType (Results 1 – 2 of 2) sorted by relevance
926 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 …]
100 template <Direction D> void CheckFormattedStmtType(const char *name) { in CheckFormattedStmtType() function