| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | expr.c | 49 cst = byte_position (member); in cplus_expand_constant() 58 cst = size_binop (PLUS_EXPR, cst, byte_position (member)); in cplus_expand_constant()
|
| H A D | class.c | 575 || tree_int_cst_equal (byte_position (field), in build_simple_base_path() 4101 field_offset = byte_position (field); in walk_subobject_offsets() 4185 offset = byte_position (decl); in record_subobject_offsets() 4285 offset = byte_position (decl); in layout_nonempty_base_or_field()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | expr.cc | 49 cst = byte_position (member); in cplus_expand_constant() 58 cst = size_binop (PLUS_EXPR, cst, byte_position (member)); in cplus_expand_constant()
|
| H A D | class.cc | 579 || tree_int_cst_equal (byte_position (field), in build_simple_base_path() 4181 field_offset = byte_position (field); in walk_subobject_offsets() 4284 offset = byte_position (decl); in record_subobject_offsets() 4384 offset = byte_position (decl); in layout_nonempty_base_or_field() 6456 offset = size_binop (PLUS_EXPR, byte_position (field), size); in end_of_class()
|
| H A D | semantics.cc | 11634 || tree_int_cst_equal (arg, byte_position (field))) in is_corresponding_member_union() 11642 narg = size_binop (MINUS_EXPR, arg, byte_position (field)); in is_corresponding_member_union() 11676 tree pos = byte_position (field1); in is_corresponding_member_aggr() 11699 tree pos = byte_position (field1); in is_corresponding_member_aggr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-runtime-shared-support.c | 551 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, byte_position (field_decl)); in build_ivar_list_initializer()
|
| H A D | objc-act.c | 7325 offset = byte_position (ivar); in objc_synthesize_getter() 7521 offset = byte_position (ivar); in objc_synthesize_setter()
|
| H A D | objc-next-runtime-abi-02.c | 3031 e.offset = byte_position (field_decl); in ivar_offset_ref()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-runtime-shared-support.cc | 551 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, byte_position (field_decl)); in build_ivar_list_initializer()
|
| H A D | objc-act.cc | 7425 offset = byte_position (ivar); in objc_synthesize_getter() 7621 offset = byte_position (ivar); in objc_synthesize_setter()
|
| H A D | objc-next-runtime-abi-02.cc | 3043 e.offset = byte_position (field_decl); in ivar_offset_ref()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-array-bounds.cc | 677 tree fldpos = byte_position (fld); in inbounds_memaccess_p()
|
| H A D | pointer-query.cc | 1900 tree offset = byte_position (field); in handle_component_ref() 2470 tree pos = byte_position (next_fld); in field_at_offset()
|
| H A D | tree-object-size.cc | 494 tree pos = byte_position (last); in decl_init_size()
|
| H A D | stor-layout.cc | 1186 tree off = byte_position (field); in handle_warn_if_not_align()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-builtins.cc | 277 vd->offset = tree_to_uhwi (byte_position (field)); in build_frontend_type()
|
| H A D | ChangeLog-2020 | 832 DECL_NAME. Use byte_position to get the real field offset.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-builtins.cc | 267 vd->offset = tree_to_uhwi (byte_position (field)); in build_frontend_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-array.c | 553 *data_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 555 *dtype_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 557 *span_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 559 *dim_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 563 *stride_suboff = byte_position (field); in gfc_get_descriptor_offsets_for_info() 565 *lower_suboff = byte_position (field); in gfc_get_descriptor_offsets_for_info() 567 *upper_suboff = byte_position (field); in gfc_get_descriptor_offsets_for_info()
|
| H A D | trans-types.c | 3396 rank_off = byte_position (field); in gfc_get_array_descr_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-array.cc | 600 *data_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 602 *dtype_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 604 *span_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 606 *dim_off = byte_position (field); in gfc_get_descriptor_offsets_for_info() 610 *stride_suboff = byte_position (field); in gfc_get_descriptor_offsets_for_info() 612 *lower_suboff = byte_position (field); in gfc_get_descriptor_offsets_for_info() 614 *upper_suboff = byte_position (field); in gfc_get_descriptor_offsets_for_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-pretty-print.cc | 1889 tree pos = byte_position (field); in c_fold_indirect_ref_for_warn()
|
| H A D | c-warn.cc | 2960 tree field_off = byte_position (field); in check_alignment_of_packed_member()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | stor-layout.c | 1183 tree off = byte_position (field); in handle_warn_if_not_align()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 2969 tree field_off = byte_position (field); in check_alignment_of_packed_member()
|