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