Home
last modified time | relevance | path

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

/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/clang/lib/Serialization/
DASTReaderStmt.cpp2507 D->setEnsureUpperBound(Reader.ReadSubExpr()); in VisitOMPLoopDirective()