| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dwarf2read.c | 109 typedef uint32_t offset_type; typedef 111 DEF_VEC_I (offset_type); 149 offset_type address_table_size; 152 const offset_type *symbol_table; 155 offset_type symbol_table_slots; 1739 static offset_type 1740 byte_swap (offset_type value) in byte_swap() 1742 offset_type result; in byte_swap() 2382 const gdb_byte *cu_list, offset_type n_elements, in create_cus_from_index_list() 2387 offset_type i; in create_cus_from_index_list() [all …]
|
| HD | gnu-v3-abi.c | 521 struct type *offset_type = vtable_ptrdiff_type (gdbarch); in gnuv3_decode_method_ptr() local 538 TYPE_LENGTH (offset_type), byte_order); in gnuv3_decode_method_ptr()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | rtti.c | 1112 tree offset_type = integer_types[itk_long]; in get_pseudo_ti_init() local 1145 offset = fold_convert (offset_type, offset); in get_pseudo_ti_init() 1147 LSHIFT_EXPR, offset_type, offset, in get_pseudo_ti_init() 1148 build_int_cst (offset_type, 8)); in get_pseudo_ti_init() 1150 BIT_IOR_EXPR, offset_type, offset, in get_pseudo_ti_init() 1151 build_int_cst (offset_type, flags)); in get_pseudo_ti_init()
|
| HD | error.c | 387 goto offset_type; in dump_type() 480 offset_type: in dump_type() 694 goto offset_type; in dump_type_prefix() 728 offset_type: in dump_type_prefix()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | rtti.c | 1166 tree offset_type = LONGPTR_T; in get_pseudo_ti_init() local 1195 offset = fold_convert (offset_type, offset); in get_pseudo_ti_init() 1197 LSHIFT_EXPR, offset_type, offset, in get_pseudo_ti_init() 1198 build_int_cst (offset_type, 8)); in get_pseudo_ti_init() 1200 BIT_IOR_EXPR, offset_type, offset, in get_pseudo_ti_init() 1201 build_int_cst (offset_type, flags)); in get_pseudo_ti_init()
|
| HD | error.c | 457 goto offset_type; in dump_type() 552 offset_type: in dump_type() 767 goto offset_type; in dump_type_prefix() 800 offset_type: in dump_type_prefix()
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | debug.h | 247 bfd_boolean (*offset_type) (void *); member
|
| HD | debug.c | 2608 return (*fns->offset_type) (fhandle); in debug_write_type()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | debug.h | 247 bfd_boolean (*offset_type) (void *); member
|
| HD | debug.c | 2607 return (*fns->offset_type) (fhandle); in debug_write_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-vect-stmts.c | 1770 tree offset_type = TREE_TYPE (gs_info->offset); in check_load_store_masking() local 1773 TYPE_SIGN (offset_type), in check_load_store_masking() 1925 tree offset_type = build_nonstandard_integer_type (element_bits, in vect_truncate_gather_scatter_offset() local 1932 gs_info->offset = fold_convert (offset_type, step); in vect_truncate_gather_scatter_offset() 1966 tree offset_type = TREE_TYPE (gs_info->offset); in vect_use_strided_gather_scatters_p() local 1967 unsigned int offset_bits = TYPE_PRECISION (offset_type); in vect_use_strided_gather_scatters_p() 1976 bool unsigned_p = TYPE_UNSIGNED (offset_type); in vect_use_strided_gather_scatters_p() 1977 offset_type = build_nonstandard_integer_type (element_bits, unsigned_p); in vect_use_strided_gather_scatters_p() 1978 gs_info->offset = fold_convert (offset_type, gs_info->offset); in vect_use_strided_gather_scatters_p() 2767 tree offset_type = TREE_TYPE (gs_info->offset); in vect_get_gather_scatter_ops() local [all …]
|
| HD | tree-vect-patterns.c | 4229 tree offset_type = TREE_TYPE (gs_info->offset); in vect_get_gather_scatter_offset_type() local 4233 unsigned int offset_bits = TYPE_PRECISION (offset_type); in vect_get_gather_scatter_offset_type() 4240 TYPE_UNSIGNED (offset_type)); in vect_get_gather_scatter_offset_type() 4242 return offset_type; in vect_get_gather_scatter_offset_type() 4333 tree offset_type = vect_get_gather_scatter_offset_type (&gs_info); in vect_try_gather_scatter_pattern() local 4334 tree offset = vect_add_conversion_to_patterm (offset_type, gs_info.offset, in vect_try_gather_scatter_pattern()
|
| HD | gimple-ssa-store-merging.c | 3680 tree offset_type in output_merged_store() local 3688 build_int_cst (offset_type, try_pos)); in output_merged_store() 3715 offset_type = get_alias_type_for_stmts (orig_stmts, true, in output_merged_store() 3739 build_int_cst (offset_type, load_pos)); in output_merged_store()
|
| HD | tree.def | 126 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree.def | 123 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)
|