Home
last modified time | relevance | path

Searched refs:setPrevLowerBoundVariable (Results 1 – 5 of 5) 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/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1218 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/clang/include/clang/AST/
DStmtOpenMP.h490 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h680 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2513 D->setPrevLowerBoundVariable(Reader.ReadSubExpr()); in VisitOMPLoopDirective()