Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7788 bool checkAndSetInc(Expr *S);
8281 bool OpenMPIterationSpaceChecker::checkAndSetInc(Expr *S) { in checkAndSetInc() function in __anon296aa5743911::OpenMPIterationSpaceChecker
9175 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()