Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp307 Dir->setLowerBoundVariable(Exprs.LB); in Create()
374 Dir->setLowerBoundVariable(Exprs.LB); in Create()
504 Dir->setLowerBoundVariable(Exprs.LB); in Create()
549 Dir->setLowerBoundVariable(Exprs.LB); in Create()
842 Dir->setLowerBoundVariable(Exprs.LB); in Create()
946 Dir->setLowerBoundVariable(Exprs.LB); in Create()
991 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1034 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1079 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1123 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1109 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function