Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp354 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
530 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
677 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
722 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1071 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1175 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1220 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1263 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1308 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1353 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1211 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound() function