Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8055 Expr *buildCounterInit() const;
9206 Expr *OpenMPIterationSpaceChecker::buildCounterInit() const { return LB; } in buildCounterInit() function in __anon8e68b8fa3a11::OpenMPIterationSpaceChecker
9463 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
9568 buildCounterInit(Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterInit() function
10344 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()