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