Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp267 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
313 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
443 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
488 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
781 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
885 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
930 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
973 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1018 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1062 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp149 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
202 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
371 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
422 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
762 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
905 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
956 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1006 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1080 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1136 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h462 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h652 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2507 D->setEnsureUpperBound(Reader.ReadSubExpr()); in VisitOMPLoopDirective()