Home
last modified time | relevance | path

Searched refs:SectionSubscript (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dparse-tree.cpp97 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()
DFortran-parsers.cpp1066 parenthesized(nonemptyList(Parser<SectionSubscript>{})) / !"=>"_tok),
1080 TYPE_PARSER(construct<SectionSubscript>(Parser<SubscriptTriplet>{}) ||
1081 construct<SectionSubscript>(intExpr))
/external/llvm-project/flang/lib/Semantics/
Dcheck-data.h48 void CheckSubscript(const parser::SectionSubscript &);
Dexpression.cpp874 const parser::SectionSubscript &ss) { in AnalyzeSectionSubscript()
902 const std::list<parser::SectionSubscript> &sss) { in AnalyzeSectionSubscripts()
/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h337 const parser::SectionSubscript &);
339 const std::list<parser::SectionSubscript> &);
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1599 struct SectionSubscript { struct
1600 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;
Ddump-parse-tree.h615 NODE(parser, SectionSubscript) in NODE()