Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7848 bool checkAndSetIncRHS(Expr *RHS);
8250 bool OpenMPIterationSpaceChecker::checkAndSetIncRHS(Expr *RHS) { in checkAndSetIncRHS() function in __anon296aa5743911::OpenMPIterationSpaceChecker
8322 return checkAndSetIncRHS(BO->getRHS()); in checkAndSetInc()
8346 return checkAndSetIncRHS(CE->getArg(1)); in checkAndSetInc()