Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7906 Expr *buildCounterStep() const;
9045 Expr *OpenMPIterationSpaceChecker::buildCounterStep() const { return Step; } in buildCounterStep() function in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker
9280 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()