Searched refs:getCombiner (Results 1 – 8 of 8) sorted by relevance
220 Expr *getCombiner() { return Combiner; } in getCombiner() function221 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
627 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
1817 TRY_TO(TraverseStmt(D->getCombiner()));
1862 D->getCombiner()->printPretty(Out, nullptr, Policy, 0, "\n", &Context); in VisitOMPDeclareReductionDecl()
2499 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
2324 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
4211 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
1133 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()