Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalarith.c693 struct type *elttype1 = type1; in value_concat() local
694 if (elttype1->code () == TYPE_CODE_ARRAY) in value_concat()
696 elttype1 = elttype1->target_type (); in value_concat()
722 if (!types_equal (elttype1, elttype2)) in value_concat()
727 struct type *atype = lookup_array_range_type (elttype1, in value_concat()