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