Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A 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()
H A DFortran-parsers.cpp1094 parenthesized(nonemptyList(Parser<SectionSubscript>{})) / !"=>"_tok),
1109 TYPE_PARSER(construct<SectionSubscript>(Parser<SubscriptTriplet>{}) ||
1110 construct<SectionSubscript>(intExpr))
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-data.h51 void CheckSubscript(const parser::SectionSubscript &);
H A Dexpression.cpp994 const parser::SectionSubscript &ss) { in AnalyzeSectionSubscript()
1022 const std::list<parser::SectionSubscript> &sss) { in AnalyzeSectionSubscripts()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h319 const parser::SectionSubscript &);
321 const std::list<parser::SectionSubscript> &);
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1608 struct SectionSubscript { struct
1609 UNION_CLASS_BOILERPLATE(SectionSubscript);
1745 PartRef(Name &&n, std::list<SectionSubscript> &&ss, in PartRef()
1750 std::list<SectionSubscript> subscripts;
1850 ArrayElement(DataRef &&dr, std::list<SectionSubscript> &&ss) in ArrayElement()
1856 std::list<SectionSubscript> subscripts;
H A Ddump-parse-tree.h627 NODE(parser, SectionSubscript) in NODE()