Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp351 Dir->setLowerBoundVariable(Exprs.LB); in Create()
466 Dir->setLowerBoundVariable(Exprs.LB); in Create()
596 Dir->setLowerBoundVariable(Exprs.LB); in Create()
641 Dir->setLowerBoundVariable(Exprs.LB); in Create()
973 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1077 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1122 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1165 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1210 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1255 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1186 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function