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