Searched refs:CombUB (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1216 void setCombinedUpperBoundVariable(Expr *CombUB) { in setCombinedUpperBoundVariable() argument 1219 Data->getChildren()[CombinedUpperBoundVariableOffset] = CombUB; in setCombinedUpperBoundVariable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9138 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9199 CombUB = buildDeclRefExpr(SemaRef, CombUBDecl, VType, InitLoc); in checkOpenMPLoop() 9204 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop() 9207 LastIteration.get(), CombUB.get()); in checkOpenMPLoop() 9208 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 9297 Expr *BoundCombUB = CombUB.get(); in checkOpenMPLoop() 9369 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombUB.get(), ST.get()); in checkOpenMPLoop() 9373 CombNextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 9588 Built.DistCombinedFields.UB = CombUB.get(); in checkOpenMPLoop()
|