Searched refs:CombUB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1283 void setCombinedUpperBoundVariable(Expr *CombUB) { in setCombinedUpperBoundVariable() argument 1286 Data->getChildren()[CombinedUpperBoundVariableOffset] = CombUB; in setCombinedUpperBoundVariable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9811 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9873 CombUB = buildDeclRefExpr(SemaRef, CombUBDecl, VType, InitLoc); in checkOpenMPLoop() 9878 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop() 9881 LastIteration.get(), CombUB.get()); in checkOpenMPLoop() 9882 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 9974 Expr *BoundCombUB = CombUB.get(); in checkOpenMPLoop() 10047 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombUB.get(), ST.get()); in checkOpenMPLoop() 10051 CombNextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 10262 Built.DistCombinedFields.UB = CombUB.get(); in checkOpenMPLoop()
|