Home
last modified time | relevance | path

Searched defs:arrayElement (Results 1 – 2 of 2) 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() local
107 ArrayElement arrayElement{DataRef{common::Indirection{std::move(sc)}}, in MakeArrayElementRef() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1982 if (const auto *arrayElement{ in CheckReductionArraySection() local
2481 const parser::ArrayElement &arrayElement, const parser::Name &name, in CheckArraySection()