Searched refs:arrType (Results 1 – 1 of 1) sorted by relevance
1504 struct type *arrType = ada_type_of_array (arr, 1); in ada_coerce_to_simple_array_ptr() local1505 if (arrType == NULL) in ada_coerce_to_simple_array_ptr()1507 return value_cast (arrType, value_copy (desc_data (arr))); in ada_coerce_to_simple_array_ptr()7771 struct type *arrType = ada_type_of_array (arg1, 0); in ada_evaluate_subexp() local7772 if (arrType == NULL) in ada_evaluate_subexp()7774 return value_at_lazy (arrType, 0, NULL); in ada_evaluate_subexp()