Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DStmtOpenMP.cpp1596 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1658 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1931 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1991 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2115 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2179 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmtOpenMP.h774 Expr *PrevLB; member
841 PrevLB = nullptr; in clear()
1242 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument
1245 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3104 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local
3107 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp9751 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9840 PrevLB = in checkOpenMPLoop()
10199 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()