Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp351 Dir->setLowerBoundVariable(Exprs.LB); in Create()
527 Dir->setLowerBoundVariable(Exprs.LB); in Create()
674 Dir->setLowerBoundVariable(Exprs.LB); in Create()
719 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1068 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1172 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1217 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1260 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1305 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1350 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1187 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function