Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7873 bool checkAndSetInc(Expr *S);
8364 bool OpenMPIterationSpaceChecker::checkAndSetInc(Expr *S) { in checkAndSetInc() function in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker
9258 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()