Home
last modified time | relevance | path

Searched refs:lhs_exprs (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h2099 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
2103 helper_expr_range lhs_exprs() { in lhs_exprs() function
2319 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
2323 helper_expr_range lhs_exprs() { in lhs_exprs() function
2552 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
2556 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3093 for (auto *E : C->lhs_exprs()) {
3115 for (auto *E : C->lhs_exprs()) {
3137 for (auto *E : C->lhs_exprs()) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp577 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
601 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
625 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1070 auto ILHS = C->lhs_exprs().begin(); in EmitOMPReductionClauseInit()
1173 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
2870 auto ILHS = C->lhs_exprs().begin(); in EmitOMPTaskBasedDirective()
3237 auto ILHS = C->lhs_exprs().begin(); in EmitOMPTaskgroupDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6644 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6663 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6682 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()