/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | modules.cc | 552 size_t alignsize = MAX (TYPE_ALIGN_UNIT (type), in layout_moduleinfo_fields() 553 TYPE_ALIGN_UNIT (ptr_type_node)); in layout_moduleinfo_fields()
|
H A D | d-target.cc | 132 this->realalignsize = TYPE_ALIGN_UNIT (long_double_type_node); in _init()
|
H A D | d-builtins.cc | 238 sdecl->alignsize = TYPE_ALIGN_UNIT (type); in build_frontend_type()
|
H A D | typeinfo.cc | 1289 finish_aggregate_type (structsize, TYPE_ALIGN_UNIT (type), type); in layout_classinfo_interfaces()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | modules.cc | 544 size_t alignsize = MAX (TYPE_ALIGN_UNIT (type), in layout_moduleinfo_fields() 545 TYPE_ALIGN_UNIT (ptr_type_node)); in layout_moduleinfo_fields()
|
H A D | d-target.cc | 139 Target::realalignsize = TYPE_ALIGN_UNIT (long_double_type_node); in _init()
|
H A D | d-builtins.cc | 234 sdecl->alignsize = TYPE_ALIGN_UNIT (type); in build_frontend_type()
|
H A D | typeinfo.cc | 1259 finish_aggregate_type (structsize, TYPE_ALIGN_UNIT (type), type); in layout_classinfo_interfaces()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.cc | 1778 = round_up (unpadded_size_unit, TYPE_ALIGN_UNIT (rli->t)); in finalize_record_size() 1968 = round_up (TYPE_SIZE_UNIT (type), TYPE_ALIGN_UNIT (type)); in finalize_type_size() 2608 TYPE_ALIGN_UNIT (element)) < 0) in layout_type() 2611 else if (TYPE_ALIGN_UNIT (element) > 1 in layout_type() 2613 ffs_hwi (TYPE_ALIGN_UNIT (element)) - 1) in layout_type()
|
H A D | coroutine-passes.cc | 115 HOST_WIDE_INT align = TYPE_ALIGN_UNIT (ptr_type_node); in lower_coro_builtin()
|
H A D | pointer-query.cc | 2580 && TYPE_ALIGN_UNIT (eltype) > 1 in build_printable_array_type() 2582 ffs_hwi (TYPE_ALIGN_UNIT (eltype)) - 1) != 0) in build_printable_array_type()
|
H A D | godump.cc | 986 && known_alignment < TYPE_ALIGN_UNIT (type)) in go_format_type()
|
H A D | tree-loop-distribution.cc | 2686 unsigned int align_a = TYPE_ALIGN_UNIT (TREE_TYPE (DR_REF (dr_a))); in compute_alias_check_pairs() 2687 unsigned int align_b = TYPE_ALIGN_UNIT (TREE_TYPE (DR_REF (dr_b))); in compute_alias_check_pairs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coroutine-passes.cc | 115 HOST_WIDE_INT align = TYPE_ALIGN_UNIT (ptr_type_node); in lower_coro_builtin()
|
H A D | stor-layout.c | 1775 = round_up (unpadded_size_unit, TYPE_ALIGN_UNIT (rli->t)); in finalize_record_size() 1962 = round_up (TYPE_SIZE_UNIT (type), TYPE_ALIGN_UNIT (type)); in finalize_type_size() 2591 TYPE_ALIGN_UNIT (element)) < 0) in layout_type()
|
H A D | godump.c | 1014 && known_alignment < TYPE_ALIGN_UNIT (type)) in go_format_type()
|
H A D | targhooks.c | 316 type_align = size_int (TYPE_ALIGN_UNIT (type)); in default_cxx_get_cookie_size()
|
H A D | tree-vectorizer.h | 1472 return TYPE_ALIGN_UNIT (TREE_TYPE (DR_REF (dr_info->dr)));
|
H A D | tree-loop-distribution.c | 2647 unsigned int align_a = TYPE_ALIGN_UNIT (TREE_TYPE (DR_REF (dr_a))); in compute_alias_check_pairs() 2648 unsigned int align_b = TYPE_ALIGN_UNIT (TREE_TYPE (DR_REF (dr_b))); in compute_alias_check_pairs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-common.c | 1117 this_align = TYPE_ALIGN_UNIT (s->field); in align_segment() 1184 align = TYPE_ALIGN_UNIT (s->field); in translate_common()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-common.cc | 1146 this_align = TYPE_ALIGN_UNIT (s->field); in align_segment() 1213 align = TYPE_ALIGN_UNIT (s->field); in translate_common()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-encoding.cc | 433 TYPE_ALIGN_UNIT (type)); in encode_vector()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-encoding.c | 433 TYPE_ALIGN_UNIT (type)); in encode_vector()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 2849 && TYPE_ALIGN_UNIT (t) > (unsigned)aligned_new_threshold); in type_has_new_extended_alignment() 3233 unsigned align = TYPE_ALIGN_UNIT (elt_type); in build_new_1() 3236 align = MAX (align, TYPE_ALIGN_UNIT (size_type_node)); in build_new_1() 3380 "alignment %d", elt_type, TYPE_ALIGN_UNIT (elt_type))) in build_new_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 2926 && TYPE_ALIGN_UNIT (t) > (unsigned)aligned_new_threshold); in type_has_new_extended_alignment() 3309 unsigned align = TYPE_ALIGN_UNIT (elt_type); in build_new_1() 3312 align = MAX (align, TYPE_ALIGN_UNIT (size_type_node)); in build_new_1() 3463 "alignment %d", elt_type, TYPE_ALIGN_UNIT (elt_type))) in build_new_1()
|