Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp153 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
206 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
375 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
426 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
766 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
909 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
960 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1010 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1084 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1140 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h490 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument
495 *std::next(child_begin(), PrevLowerBoundVariableOffset) = PrevLB; in setPrevLowerBoundVariable()
546 Expr *PrevLB; member
589 PrevLB = nullptr; in clear()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5114 ExprResult LB, UB, IL, ST, EUB, PrevLB, PrevUB; in CheckOpenMPLoop() local
5177 PrevLB = in CheckOpenMPLoop()
5359 Built.PrevLB = PrevLB.get(); in CheckOpenMPLoop()