Home
last modified time | relevance | path

Searched refs:setPrevLowerBoundVariable (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() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2513 D->setPrevLowerBoundVariable(Reader.ReadSubExpr()); in VisitOMPLoopDirective()