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