Searched refs:NLB (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp256 Dir->setNextLowerBound(Exprs.NLB);
309 Dir->setNextLowerBound(Exprs.NLB);
475 Dir->setNextLowerBound(Exprs.NLB);
527 Dir->setNextLowerBound(Exprs.NLB);
894 Dir->setNextLowerBound(Exprs.NLB);
1039 Dir->setNextLowerBound(Exprs.NLB);
1091 Dir->setNextLowerBound(Exprs.NLB);
1142 Dir->setNextLowerBound(Exprs.NLB);
1195 Dir->setNextLowerBound(Exprs.NLB);
1249 Dir->setNextLowerBound(Exprs.NLB);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h643 void setNextLowerBound(Expr *NLB) { argument
648 *std::next(child_begin(), NextLowerBoundOffset) = NLB;
761 Expr *NLB; member in struct:clang::OMPLoopDirective::DistCombinedHelperExprs
804 Expr *NLB; member in struct:clang::OMPLoopDirective::HelperExprs
873 NLB = nullptr;
904 DistCombinedFields.NLB = nullptr;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7941 Built.NLB = NextLB.get();
7952 Built.DistCombinedFields.NLB = CombNextLB.get();

Completed in 109 milliseconds