Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c1504 struct type *arrType = ada_type_of_array (arr, 1); in ada_coerce_to_simple_array_ptr() local
1505 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() local
7772 if (arrType == NULL) in ada_evaluate_subexp()
7774 return value_at_lazy (arrType, 0, NULL); in ada_evaluate_subexp()