Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Dtest-strtol.c67 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/
Damdgpu-tdep.c675 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()
DNEWS1116 ** New function gdb.Architecture.integer_type(), which returns an
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dclass.cc6729 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/
Dgimple-ssa-store-merging.cc4594 tree integer_type in output_merged_store() local
4597 integer_type, tem); in output_merged_store()
Dtree.def145 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
Dmatch.pd3821 /* (float_type)(integer_type) x -> trunc (x) if the type of x matches
DChangeLog-20044166 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/
Dgdb.info-9455 * Architecture.integer_type: Architectures In Python.
Dpython.texi1340 @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/
DChangeLog.git139941 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