Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.c77 static struct type *desc_bounds_type (struct type *);
1175 desc_bounds_type (struct type *type) in desc_bounds_type() function
1211 desc_bounds_type (thin_descriptor_type (type)); in desc_bounds()
1214 if (desc_bounds_type == NULL) in desc_bounds()
1426 && desc_arity (desc_bounds_type (type)) > 0; in ada_is_array_descriptor_type()
2158 return desc_arity (desc_bounds_type (type)); in ada_array_arity()
2243 return desc_index_type (desc_bounds_type (type), n); in ada_index_type()
3570 struct type *bounds_type = desc_bounds_type (type); in make_array_descriptor()