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