Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6539 Expr *buildCounterStep() const;
7685 Expr *OpenMPIterationSpaceChecker::buildCounterStep() const { return Step; } in buildCounterStep() function in __anonf152f9343211::OpenMPIterationSpaceChecker
7912 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()