Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp146 Dir->setLowerBoundVariable(Exprs.LB); in Create()
199 Dir->setLowerBoundVariable(Exprs.LB); in Create()
368 Dir->setLowerBoundVariable(Exprs.LB); in Create()
419 Dir->setLowerBoundVariable(Exprs.LB); in Create()
759 Dir->setLowerBoundVariable(Exprs.LB); in Create()
902 Dir->setLowerBoundVariable(Exprs.LB); in Create()
953 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1003 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1077 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1133 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h441 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2504 D->setLowerBoundVariable(Reader.ReadSubExpr()); in VisitOMPLoopDirective()