Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp143 Dir->setLowerBoundVariable(Exprs.LB); in Create()
193 Dir->setLowerBoundVariable(Exprs.LB); in Create()
356 Dir->setLowerBoundVariable(Exprs.LB); in Create()
405 Dir->setLowerBoundVariable(Exprs.LB); in Create()
745 Dir->setLowerBoundVariable(Exprs.LB); in Create()
887 Dir->setLowerBoundVariable(Exprs.LB); in Create()
936 Dir->setLowerBoundVariable(Exprs.LB); in Create()
984 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1058 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1126 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h506 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1938 D->setLowerBoundVariable(Record.readSubExpr()); in VisitOMPLoopDirective()