Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1616 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1678 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1951 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2011 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2135 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2199 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2397 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2454 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1257 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function