Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7834 bool checkAndSetInc(Expr *S);
8346 bool OpenMPIterationSpaceChecker::checkAndSetInc(Expr *S) { in checkAndSetInc() function in __anon1dd12e443f11::OpenMPIterationSpaceChecker
9288 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()