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