Searched refs:PrevUB (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1655 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 1717 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 1990 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2050 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2174 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2238 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2436 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create() 2493 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 792 Expr *PrevUB; member 857 PrevUB = nullptr; in clear() 1263 void setPrevUpperBoundVariable(Expr *PrevUB) { in setPrevUpperBoundVariable() argument 1266 Data->getChildren()[PrevUpperBoundVariableOffset] = PrevUB; in setPrevUpperBoundVariable()
|
/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 9902 PrevUB = in checkOpenMPLoop() 10082 ExprResult NewPrevUB = PrevUB; in checkOpenMPLoop() 10085 PrevUB.get()->getType())) { in checkOpenMPLoop() 10105 Expr *BoundPrevUB = PrevUB.get(); in checkOpenMPLoop() 10258 Built.PrevUB = PrevUB.get(); in checkOpenMPLoop()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3152 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds() local 3160 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|