Searched refs:checkForCond (Results 1 – 2 of 2) sorted by relevance
1273 bool SemaOpenACC::ForStmtBeginChecker::checkForCond(const Stmt *CondStmt, in checkForCond() function in SemaOpenACC::ForStmtBeginChecker1502 checkForCond(CFI.Current.Condition, CurInitVar, /*Diag=*/true); in checkFor()1548 !checkForCond(CFI.Uninst.Condition, UninstInitVar, /*Diag=*/false)) in checkFor()1549 checkForCond(CFI.Current.Condition, CurInitVar, /*Diag=*/true); in checkFor()
173 bool checkForCond(const Stmt *CondStmt, const ValueDecl *InitVar,