Searched refs:PrevUB (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1693 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 1755 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2028 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2088 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2212 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2276 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2474 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2531 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 776 Expr *PrevUB; member 841 PrevUB = nullptr; in clear() 1248 void setPrevUpperBoundVariable(Expr *PrevUB) { in setPrevUpperBoundVariable() argument 1251 Data->getChildren()[PrevUpperBoundVariableOffset] = PrevUB; in setPrevUpperBoundVariable()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9899 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9990 PrevUB = in checkOpenMPLoop() 10170 ExprResult NewPrevUB = PrevUB; in checkOpenMPLoop() 10173 PrevUB.get()->getType())) { in checkOpenMPLoop() 10193 Expr *BoundPrevUB = PrevUB.get(); in checkOpenMPLoop() 10346 Built.PrevUB = PrevUB.get(); in checkOpenMPLoop()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3297 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds() local 3305 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|