Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7821 Expr *buildCounterStep() const;
8962 Expr *OpenMPIterationSpaceChecker::buildCounterStep() const { return Step; } in buildCounterStep() function in __anon296aa5743911::OpenMPIterationSpaceChecker
9197 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()