Searched refs:CombUB (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1282 void setCombinedUpperBoundVariable(Expr *CombUB) { in setCombinedUpperBoundVariable() argument 1285 Data->getChildren()[CombinedUpperBoundVariableOffset] = CombUB; in setCombinedUpperBoundVariable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9966 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 10028 CombUB = buildDeclRefExpr(SemaRef, CombUBDecl, VType, InitLoc); in checkOpenMPLoop() 10033 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop() 10036 LastIteration.get(), CombUB.get()); in checkOpenMPLoop() 10037 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 10129 Expr *BoundCombUB = CombUB.get(); in checkOpenMPLoop() 10202 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombUB.get(), ST.get()); in checkOpenMPLoop() 10206 CombNextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 10417 Built.DistCombinedFields.UB = CombUB.get(); in checkOpenMPLoop()
|