Searched refs:AltReturnSpec (Results 1 – 11 of 11) sorted by relevance
454 construct<ActualArg>(Parser<AltReturnSpec>{}) ||465 TYPE_PARSER(construct<AltReturnSpec>(star >> label))
1711 void Before(const AltReturnSpec &) { // R1525 in Before() argument
581 void Post(const parser::AltReturnSpec &altReturnSpec);
130 NODE(parser, AltReturnSpec) in NODE()
3138 WRAPPER_CLASS(AltReturnSpec, Label);3148 std::variant<common::Indirection<Expr>, AltReturnSpec, PercentRef, PercentVal>
519 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post()
1438 void LabelEnforce::Post(const parser::AltReturnSpec &altReturnSpec) { in Post()
451 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post()
3379 [&](const parser::AltReturnSpec &label) { in Analyze()
737 std::get_if<parser::AltReturnSpec>(&actual.u)) in analyzeBranches()
916 std::get_if<Fortran::parser::AltReturnSpec>(&actual.u)) { in genFIR()