Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1273 bool SemaOpenACC::ForStmtBeginChecker::checkForCond(const Stmt *CondStmt, in checkForCond() function in SemaOpenACC::ForStmtBeginChecker
1502 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h173 bool checkForCond(const Stmt *CondStmt, const ValueDecl *InitVar,