Home
last modified time | relevance | path

Searched refs:PrevUB (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1283 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1345 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1618 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1678 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1802 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1866 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h771 Expr *PrevUB; member
836 PrevUB = nullptr; in clear()
1163 void setPrevUpperBoundVariable(Expr *PrevUB) { in setPrevUpperBoundVariable() argument
1166 Data->getChildren()[PrevUpperBoundVariableOffset] = PrevUB; in setPrevUpperBoundVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9114 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9204 PrevUB = in checkOpenMPLoop()
9382 SemaRef.BuildBinOp(CurScope, DistEUBLoc, BO_GT, UB.get(), PrevUB.get()); in checkOpenMPLoop()
9384 DistEUBLoc, DistEUBLoc, IsUBGreater.get(), PrevUB.get(), UB.get()); in checkOpenMPLoop()
9393 Expr *BoundPrevUB = PrevUB.get(); in checkOpenMPLoop()
9550 Built.PrevUB = PrevUB.get(); in checkOpenMPLoop()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2886 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds() local
2894 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()