Searched refs:OmpReductionOperator (Results 1 – 4 of 4) sorted by relevance
101 TYPE_PARSER(construct<OmpReductionOperator>(Parser<DefinedOperator>{}) ||102 construct<OmpReductionOperator>(Parser<ProcedureDesignator>{}))105 Parser<OmpReductionOperator>{} / ":", nonemptyList(designator)))371 "(" >> Parser<OmpReductionOperator>{} / ":",
2008 Walk(std::get<OmpReductionOperator>(x.t)); in Unparse()2332 Walk(std::get<OmpReductionOperator>(x.t)), Put(" : "); in Unparse()
3413 struct OmpReductionOperator { struct3414 UNION_CLASS_BOILERPLATE(OmpReductionOperator);3422 std::tuple<OmpReductionOperator, std::list<Designator>> t; argument3566 std::tuple<Verbatim, OmpReductionOperator, std::list<DeclarationTypeSpec>,
516 NODE(parser, OmpReductionOperator) in NODE()