Searched refs:CombLB (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 575 void setCombinedLowerBoundVariable(Expr *CombLB) { in setCombinedLowerBoundVariable() argument 578 *std::next(child_begin(), CombinedLowerBoundVariableOffset) = CombLB; in setCombinedLowerBoundVariable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5327 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 5379 CombLB = buildDeclRefExpr(SemaRef, CombLBDecl, VType, InitLoc); in checkOpenMPLoop() 5439 ? CombLB.get() in checkOpenMPLoop() 5508 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop() 5512 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop() 5692 Built.DistCombinedFields.LB = CombLB.get(); in checkOpenMPLoop()
|