Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp5757 Expr *buildCounterInit() const;
6774 Expr *OpenMPIterationSpaceChecker::buildCounterInit() const { return LB; } in buildCounterInit() function in __anonbcab431b2b11::OpenMPIterationSpaceChecker
7024 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
7098 buildCounterInit(Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterInit() function
7873 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()