Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1409 bool SemaOpenACC::ForStmtBeginChecker::checkForInc(const Stmt *IncStmt, in checkForInc() function in SemaOpenACC::ForStmtBeginChecker
1503 checkForInc(CFI.Current.Increment, CurInitVar, /*DIag=*/true); in checkFor()
1551 !checkForInc(CFI.Uninst.Increment, UninstInitVar, /*Diag=*/false)) in checkFor()
1552 checkForInc(CFI.Current.Increment, CurInitVar, /*Diag=*/true); in checkFor()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h175 bool checkForInc(const Stmt *IncStmt, const ValueDecl *InitVar, bool Diag);