Lines Matching defs:subrange
1166 /// Build and return an array subrange.
1177 /// @return a shared pointer to subrange built.
1185 array_type_def::subrange_sptr subrange;
1200 subrange.reset(new array_type_def::subrange_type(rdr->env(),
1207 if (!subrange)
1210 subrange->is_infinite(is_infinite);
1211 add_decl_to_scope(subrange, tunit->get_global_scope());
1212 canonicalize(subrange);
1214 return subrange;
1245 array_type_def::subrange_sptr subrange;
1256 subrange = build_array_ctf_range(rdr, ctf_dictionary,
1259 subranges.push_back(subrange);
1283 subrange = build_array_ctf_range(rdr, ctf_dictionary,
1285 subranges.push_back(subrange);