Searched refs:range_types (Results 1 – 1 of 1) sorted by relevance
11722 struct type **range_types = NULL; in read_array_type() local11759 range_types = (struct type **) in read_array_type()11760 xrealloc (range_types, (ndim + DW_FIELD_ALLOC_CHUNK) in read_array_type()11763 make_cleanup (free_current_contents, &range_types); in read_array_type()11765 range_types[ndim++] = child_type; in read_array_type()11781 type = create_array_type (NULL, type, range_types[i++]); in read_array_type()11786 type = create_array_type (NULL, type, range_types[ndim]); in read_array_type()