Searched refs:ada_array_arity (Results 1 – 3 of 3) sorted by relevance
216 extern int ada_array_arity (struct type *);
1468 arity = ada_array_arity (VALUE_TYPE (arr)); in ada_type_of_array()2141 ada_array_arity (struct type *type) in ada_array_arity() function2180 k = ada_array_arity (type); in ada_array_element_type()2218 if (n > ada_array_arity (type)) in ada_index_type()3566 for (i = ada_array_arity (ada_check_typedef (VALUE_TYPE (arr))); i > 0; i -= 1) in make_array_descriptor()6757 && ada_array_arity (type) == 1) in ada_is_string_type()7355 arity = ada_array_arity (type); in ada_evaluate_subexp()7517 if (tem < 1 || tem > ada_array_arity (VALUE_TYPE (arg2))) in ada_evaluate_subexp()7577 if (tem < 1 || tem > ada_array_arity (VALUE_TYPE (arg1))) in ada_evaluate_subexp()7633 if (tem < 1 || tem > ada_array_arity (type_arg)) in ada_evaluate_subexp()
423 for (i = i0 = ada_array_arity (type); i > 0; i -= 1) in print_array_type()