Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7318 bool checkAndSetIncRHS(Expr *RHS);
7720 bool OpenMPIterationSpaceChecker::checkAndSetIncRHS(Expr *RHS) { in checkAndSetIncRHS() function in __anon4581b7f83411::OpenMPIterationSpaceChecker
7792 return checkAndSetIncRHS(BO->getRHS()); in checkAndSetInc()
7816 return checkAndSetIncRHS(CE->getArg(1)); in checkAndSetInc()