Searched refs:TYPE_CODE_ARRAY (Results 1 – 25 of 29) sorted by relevance
12
149 TYPE_CODE_ARRAY = 11, // ARRAY: [numelts, eltty] enumerator
571 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY670 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
811 if wtype.code == gdb.TYPE_CODE_ARRAY:1704 if type_obj.code == gdb.TYPE_CODE_ARRAY:
635 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY740 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
899 if wtype.code == gdb.TYPE_CODE_ARRAY:2080 if type_obj.code == gdb.TYPE_CODE_ARRAY:
902 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in writeTypeTable()997 Code = bitc::TYPE_CODE_ARRAY; in writeTypeTable()
1214 TYPE_CODE_ARRAY Record
496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY518 * m88k-tdep.c (pushed_size): Update comment for TYPE_CODE_ARRAY.519 * m88k-tdep.c (store_param): Update comment for TYPE_CODE_ARRAY.
12989 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized13039 Handle TYPE_CODE_ARRAY.16138 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs16150 Handle TYPE_CODE_ARRAY with possibly different user-provided length.16155 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
62 * hppa-tdep.c (hppa_alignof <TYPE_CODE_ARRAY>): Use TYPE_INDEX_TYPE.7143 ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to7145 (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
4675 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
228 (case TYPE_CODE_ARRAY): Don't require index type to have
7276 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
5535 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
3936 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1484 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
1928 case bitc::TYPE_CODE_ARRAY: // ARRAY: [numelts, eltty] in parseTypeTableBody()