Home
last modified time | relevance | path

Searched refs:checkAndSetCond (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7239 bool checkAndSetCond(Expr *S);
7644 bool OpenMPIterationSpaceChecker::checkAndSetCond(Expr *S) { in checkAndSetCond() function in __anon5b04668f3411::OpenMPIterationSpaceChecker
8630 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()