Home
last modified time | relevance | path

Searched refs:setNextLowerBound (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp268 Dir->setNextLowerBound(Exprs.NLB); in Create()
314 Dir->setNextLowerBound(Exprs.NLB); in Create()
444 Dir->setNextLowerBound(Exprs.NLB); in Create()
489 Dir->setNextLowerBound(Exprs.NLB); in Create()
782 Dir->setNextLowerBound(Exprs.NLB); in Create()
886 Dir->setNextLowerBound(Exprs.NLB); in Create()
931 Dir->setNextLowerBound(Exprs.NLB); in Create()
974 Dir->setNextLowerBound(Exprs.NLB); in Create()
1019 Dir->setNextLowerBound(Exprs.NLB); in Create()
1063 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp150 Dir->setNextLowerBound(Exprs.NLB); in Create()
203 Dir->setNextLowerBound(Exprs.NLB); in Create()
372 Dir->setNextLowerBound(Exprs.NLB); in Create()
423 Dir->setNextLowerBound(Exprs.NLB); in Create()
763 Dir->setNextLowerBound(Exprs.NLB); in Create()
906 Dir->setNextLowerBound(Exprs.NLB); in Create()
957 Dir->setNextLowerBound(Exprs.NLB); in Create()
1007 Dir->setNextLowerBound(Exprs.NLB); in Create()
1081 Dir->setNextLowerBound(Exprs.NLB); in Create()
1137 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h469 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h659 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2508 D->setNextLowerBound(Reader.ReadSubExpr()); in VisitOMPLoopDirective()