Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp326 Dir->setLowerBoundVariable(Exprs.LB); in Create()
412 Dir->setLowerBoundVariable(Exprs.LB); in Create()
542 Dir->setLowerBoundVariable(Exprs.LB); in Create()
587 Dir->setLowerBoundVariable(Exprs.LB); in Create()
880 Dir->setLowerBoundVariable(Exprs.LB); in Create()
984 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1029 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1072 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1117 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1161 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1142 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function