Searched refs:integer_type (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/ |
| D | test-strtol.c | 67 typedef unsigned long long integer_type; typedef 69 typedef unsigned long integer_type; typedef 77 integer_type res; 127 integer_type res; in run_tests()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | amdgpu-tdep.c | 675 const auto &integer_type in amd_dbgapi_register_type_to_gdb_type() local 678 switch (integer_type.bit_size ()) in amd_dbgapi_register_type_to_gdb_type() 681 if (integer_type.is_unsigned ()) in amd_dbgapi_register_type_to_gdb_type() 687 if (integer_type.is_unsigned ()) in amd_dbgapi_register_type_to_gdb_type()
|
| D | NEWS | 1116 ** New function gdb.Architecture.integer_type(), which returns an
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | class.cc | 6729 tree integer_type = integer_types[itk_char]; in layout_class_type() local 6737 integer_type = next; in layout_class_type() 6747 TYPE_SIZE (integer_type)); in layout_class_type() 6764 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type() 6765 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type)); in layout_class_type() 6766 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-store-merging.cc | 4594 tree integer_type in output_merged_store() local 4597 integer_type, tem); in output_merged_store()
|
| D | tree.def | 145 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
|
| D | match.pd | 3821 /* (float_type)(integer_type) x -> trunc (x) if the type of x matches
|
| D | ChangeLog-2004 | 4166 creating iv instead of integer_type. 4172 Use that type instead of integer_type. Remove redundant code. 4174 integer_type.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.info-9 | 455 * Architecture.integer_type: Architectures In Python.
|
| D | python.texi | 1340 @xref{Architectures In Python}, for the @code{integer_type} method. 7035 @defun Architecture.integer_type (size @r{[}, signed@r{]})
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 139941 existing Architecture.integer_type method, which takes a 'signed' 155787 test script exercises the gdb.Architecture.integer_type method, and 155802 gdb.selected_inferior().architecture().integer_type(32, None) 155803 gdb.selected_inferior().architecture().integer_type(32, "foo") 162561 Add gdb.Architecture.integer_type Python function 162562 This adds a new Python function, gdb.Architecture.integer_type, which
|