Searched refs:SectionSubscript (Results 1 – 7 of 7) sorted by relevance
97 ArrayElement arrayElement{DataRef{Name{name}}, std::list<SectionSubscript>{}}; in MakeArrayElementRef()100 SectionSubscript{Integer{common::Indirection{std::move(expr)}}}); in MakeArrayElementRef()108 std::list<SectionSubscript>{}}; in MakeArrayElementRef()111 SectionSubscript{Integer{common::Indirection{std::move(expr)}}}); in MakeArrayElementRef()
1066 parenthesized(nonemptyList(Parser<SectionSubscript>{})) / !"=>"_tok),1080 TYPE_PARSER(construct<SectionSubscript>(Parser<SubscriptTriplet>{}) ||1081 construct<SectionSubscript>(intExpr))
48 void CheckSubscript(const parser::SectionSubscript &);
874 const parser::SectionSubscript &ss) { in AnalyzeSectionSubscript()902 const std::list<parser::SectionSubscript> &sss) { in AnalyzeSectionSubscripts()
337 const parser::SectionSubscript &);339 const std::list<parser::SectionSubscript> &);
1599 struct SectionSubscript { struct1600 UNION_CLASS_BOILERPLATE(SectionSubscript);1736 PartRef(Name &&n, std::list<SectionSubscript> &&ss, in PartRef()1741 std::list<SectionSubscript> subscripts;1832 ArrayElement(DataRef &&dr, std::list<SectionSubscript> &&ss) in ArrayElement()1838 std::list<SectionSubscript> subscripts;
615 NODE(parser, SectionSubscript) in NODE()