Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h700 void setCombinedLowerBoundVariable(Expr *CombLB) { in setCombinedLowerBoundVariable() argument
703 Data->getChildren()[CombinedLowerBoundVariableOffset] = CombLB; in setCombinedLowerBoundVariable()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8397 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
8449 CombLB = buildDeclRefExpr(SemaRef, CombLBDecl, VType, InitLoc); in checkOpenMPLoop()
8510 ? CombLB.get() in checkOpenMPLoop()
8612 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop()
8616 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop()
8832 Built.DistCombinedFields.LB = CombLB.get(); in checkOpenMPLoop()