Searched refs:CombUB (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1267 void setCombinedUpperBoundVariable(Expr *CombUB) { in setCombinedUpperBoundVariable() argument 1270 Data->getChildren()[CombinedUpperBoundVariableOffset] = CombUB; in setCombinedUpperBoundVariable()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9751 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9813 CombUB = buildDeclRefExpr(SemaRef, CombUBDecl, VType, InitLoc); in checkOpenMPLoop() 9818 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get()); in checkOpenMPLoop() 9821 LastIteration.get(), CombUB.get()); in checkOpenMPLoop() 9822 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 9914 Expr *BoundCombUB = CombUB.get(); in checkOpenMPLoop() 9987 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombUB.get(), ST.get()); in checkOpenMPLoop() 9991 CombNextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 10204 Built.DistCombinedFields.UB = CombUB.get(); in checkOpenMPLoop()
|