Searched refs:PrevLB (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 153 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/ |
D | StmtOpenMP.h | 490 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/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 1218 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1280 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1553 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1613 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1737 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1801 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 680 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument 683 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable() 825 Expr *PrevLB; member 892 PrevLB = nullptr; in clear()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5114 ExprResult LB, UB, IL, ST, EUB, PrevLB, PrevUB; in CheckOpenMPLoop() local 5177 PrevLB = in CheckOpenMPLoop() 5359 Built.PrevLB = PrevLB.get(); in CheckOpenMPLoop()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2708 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local 2711 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8397 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 8484 PrevLB = in checkOpenMPLoop() 8828 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()
|