Home
last modified time | relevance | path

Searched refs:TYPE_CODE_ARRAY (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h149 TYPE_CODE_ARRAY = 11, // ARRAY: [numelts, eltty] enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py571 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
670 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
H A Dprinters.py811 if wtype.code == gdb.TYPE_CODE_ARRAY:
1704 if type_obj.code == gdb.TYPE_CODE_ARRAY:
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py635 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
740 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
H A Dprinters.py899 if wtype.code == gdb.TYPE_CODE_ARRAY:
2080 if type_obj.code == gdb.TYPE_CODE_ARRAY:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp902 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in writeTypeTable()
997 Code = bitc::TYPE_CODE_ARRAY; in writeTypeTable()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst1214 TYPE_CODE_ARRAY Record
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-1992496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY
518 * m88k-tdep.c (pushed_size): Update comment for TYPE_CODE_ARRAY.
519 * m88k-tdep.c (store_param): Update comment for TYPE_CODE_ARRAY.
H A DChangeLog-201712989 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
13039 Handle TYPE_CODE_ARRAY.
16138 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
16150 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
16155 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
H A DChangeLog-200862 * hppa-tdep.c (hppa_alignof <TYPE_CODE_ARRAY>): Use TYPE_INDEX_TYPE.
7143 ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
7145 (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
H A DChangeLog-19964675 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
H A DChangeLog-1995228 (case TYPE_CODE_ARRAY): Don't require index type to have
H A DChangeLog-20167276 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
H A DChangeLog-20115535 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
H A DChangeLog-20043936 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
H A DChangeLog-20181484 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-1992496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY
518 * m88k-tdep.c (pushed_size): Update comment for TYPE_CODE_ARRAY.
519 * m88k-tdep.c (store_param): Update comment for TYPE_CODE_ARRAY.
H A DChangeLog-201712989 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
13039 Handle TYPE_CODE_ARRAY.
16138 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
16150 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
16155 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
H A DChangeLog-200862 * hppa-tdep.c (hppa_alignof <TYPE_CODE_ARRAY>): Use TYPE_INDEX_TYPE.
7143 ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
7145 (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
H A DChangeLog-19964675 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
H A DChangeLog-1995228 (case TYPE_CODE_ARRAY): Don't require index type to have
H A DChangeLog-20167276 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
H A DChangeLog-20115535 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
H A DChangeLog-20181484 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1928 case bitc::TYPE_CODE_ARRAY: // ARRAY: [numelts, eltty] in parseTypeTableBody()

12