Searched refs:checkAndSetInc (Results 1 – 1 of 1) sorted by relevance
7873 bool checkAndSetInc(Expr *S);8364 bool OpenMPIterationSpaceChecker::checkAndSetInc(Expr *S) { in checkAndSetInc() function in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker9258 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()