Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp352 Dir->setLowerBoundVariable(Exprs.LB); in Create()
468 Dir->setLowerBoundVariable(Exprs.LB); in Create()
615 Dir->setLowerBoundVariable(Exprs.LB); in Create()
660 Dir->setLowerBoundVariable(Exprs.LB); in Create()
992 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1096 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1141 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1184 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1229 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1274 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1201 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function