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.cpp352 Dir->setLowerBoundVariable(Exprs.LB); in Create()
506 Dir->setLowerBoundVariable(Exprs.LB); in Create()
653 Dir->setLowerBoundVariable(Exprs.LB); in Create()
698 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1030 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1134 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1179 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1222 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1267 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1312 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1202 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function