Lines Matching refs:get_subranges
6577 t.reset(new array_type_def(p, ty->get_subranges(), ty->get_location()));
7246 array->get_subranges().begin();
7247 i != array->get_subranges().end();
17419 for (const auto &sub : get_subranges())
17430 string r = subrange_type::vector_as_string(get_subranges());
17521 std::vector<array_type_def::subrange_sptr > this_subs = l.get_subranges();
17522 std::vector<array_type_def::subrange_sptr > other_subs = r.get_subranges();
17583 std::vector<array_type_def::subrange_sptr > this_subs = l->get_subranges();
17584 std::vector<array_type_def::subrange_sptr > other_subs = r->get_subranges();
17614 get_subranges();
17800 array_type_def::get_subranges() const