Searched refs:checkAndSetCond (Results 1 – 1 of 1) sorted by relevance
7827 bool checkAndSetCond(Expr *S);8230 bool OpenMPIterationSpaceChecker::checkAndSetCond(Expr *S) { in checkAndSetCond() function in __anon1dd12e443c11::OpenMPIterationSpaceChecker9244 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()