Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1178 void setCombinedLowerBoundVariable(Expr *CombLB) { in setCombinedLowerBoundVariable() argument
1181 Data->getChildren()[CombinedLowerBoundVariableOffset] = CombLB; in setCombinedLowerBoundVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9114 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9167 CombLB = buildDeclRefExpr(SemaRef, CombLBDecl, VType, InitLoc); in checkOpenMPLoop()
9229 ? CombLB.get() in checkOpenMPLoop()
9333 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop()
9337 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop()
9553 Built.DistCombinedFields.LB = CombLB.get(); in checkOpenMPLoop()