Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7861 Expr *buildCounterInit() const;
9012 Expr *OpenMPIterationSpaceChecker::buildCounterInit() const { return LB; } in buildCounterInit() function in __anon1dd12e443c11::OpenMPIterationSpaceChecker
9268 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
9373 buildCounterInit(Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterInit() function
10189 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()