Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1262 void setCombinedLowerBoundVariable(Expr *CombLB) { in setCombinedLowerBoundVariable() argument
1265 Data->getChildren()[CombinedLowerBoundVariableOffset] = CombLB; in setCombinedLowerBoundVariable()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9751 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9805 CombLB = buildDeclRefExpr(SemaRef, CombLBDecl, VType, InitLoc); in checkOpenMPLoop()
9869 ? CombLB.get() in checkOpenMPLoop()
9975 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop()
9979 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop()
10203 Built.DistCombinedFields.LB = CombLB.get(); in checkOpenMPLoop()