Home
last modified time | relevance | path

Searched refs:AltReturnSpec (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp454 construct<ActualArg>(Parser<AltReturnSpec>{}) ||
465 TYPE_PARSER(construct<AltReturnSpec>(star >> label))
H A Dunparse.cpp1711 void Before(const AltReturnSpec &) { // R1525 in Before() argument
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h581 void Post(const parser::AltReturnSpec &altReturnSpec);
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h130 NODE(parser, AltReturnSpec) in NODE()
H A Dparse-tree.h3138 WRAPPER_CLASS(AltReturnSpec, Label);
3148 std::variant<common::Indirection<Expr>, AltReturnSpec, PercentRef, PercentVal>
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp519 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post()
H A Dtools.cpp1438 void LabelEnforce::Post(const parser::AltReturnSpec &altReturnSpec) { in Post()
H A Dresolve-directives.cpp451 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post()
H A Dexpression.cpp3379 [&](const parser::AltReturnSpec &label) { in Analyze()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp737 std::get_if<parser::AltReturnSpec>(&actual.u)) in analyzeBranches()
H A DBridge.cpp916 std::get_if<Fortran::parser::AltReturnSpec>(&actual.u)) { in genFIR()