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