Home
last modified time | relevance | path

Searched refs:TYPE_PACKED (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstor-layout.cc858 if (! TYPE_PACKED (t)) in start_record_layout()
1328 else if (!TYPE_PACKED (rli->t)) in place_field()
1787 && TYPE_PACKED (rli->t) && ! rli->packed_maybe_necessary in finalize_record_size()
2282 TYPE_PACKED (variant) = TYPE_PACKED (rli->t); in finish_record_layout()
Dtree-streamer-out.cc337 bp_pack_value (bp, TYPE_PACKED (expr), 1); in pack_ts_type_common_value_fields()
Dtree-streamer-in.cc385 TYPE_PACKED (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
Dprint-tree.cc639 if (TYPE_PACKED (node)) in print_node()
Dtree-vectorizer.cc1570 if (TYPE_PACKED (type)) in get_vec_alignment_for_record_type()
Ddbxout.cc2108 if (TYPE_PACKED (type) && use_gnu_debug_info_extensions) in dbxout_type()
Dlto-streamer-out.cc1353 hstate.add_flag (TYPE_PACKED (t)); in hash_tree()
DFSFChangeLog.108502 (TYPE_PACKED): Add new macro.
8507 (decl_attributes, case A_PACKED): Set TYPE_PACKED for type.
8512 decl_attributes and set DECL_PACKED from TYPE_PACKED.
8514 and make enum narrow if TYPE_PACKED.
8515 * print-tree.c (print_node): Print TYPE_PACKED.
Dtree.cc5660 if (TYPE_PACKED (type) in build_aligned_type()
13196 verify_variant_match (TYPE_PACKED); in verify_type_variant()
Dtree.h2328 #define TYPE_PACKED(NODE) (TYPE_CHECK (NODE)->base.u.bits.packed_flag) macro
DFSFChangeLog.113336 TYPE_PACKED to determine alignment.
12552 * i960.h (ROUND_TYPE_ALIGN): Add check for TYPE_PACKED.
12673 * c-decl.c (start_struct): Set TYPE_PACKED from flag_pack_struct.
12675 (finish_enum): Test TYPE_PACKED, not flag_short_enums.
12676 * stor-layout.c (layout_decl): Test DECL_PACKED and TYPE_PACKED
DChangeLog-200610811 * stor-layout.c (finish_record_layout): Copy TYPE_PACKED to variants.
DChangeLog-200919932 (TYPE_PACKED): Use packed_flag from tree_base.
DChangeLog-201035358 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dclass.cc2125 bool packed = TYPE_PACKED (t); in fixup_attribute_variants()
2143 TYPE_PACKED (variants) = packed; in fixup_attribute_variants()
3793 if (TYPE_PACKED (t)) in check_field_decls()
3795 if (!layout_pod_type_p (type) && !TYPE_PACKED (type)) in check_field_decls()
3989 TYPE_PACKED (t) = 0; in check_field_decls()
6288 if (TYPE_PACKED (t)) in create_vtable_ptr()
6980 if (TYPE_PACKED (t) && !layout_pod_type_p (t)) in layout_class_type()
DChangeLog-2006867 * class.c (check_field_decls): Don't unset TYPE_PACKED until all
885 * class.c (check_field_decls): Unset TYPE_PACKED (t) if one of the
1463 * class.c (check_field_decls): Check TYPE_PACKED after
DChangeLog-19961266 * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
2486 * class.c (finish_struct_1): Propagate the TYPE_PACKED
Dsemantics.cc3517 TYPE_PACKED (t) = 1; in begin_class_definition()
3522 TYPE_PACKED (v) = 1; in begin_class_definition()
Dcall.cc1838 || ((gl_kind & clk_packed) != 0 && !TYPE_PACKED (to))) in reference_binding()
Dpt.cc12042 TYPE_PACKED (type) = TYPE_PACKED (pattern); in instantiate_class_template_1()
DChangeLog-2018652 * class.c (fixup_attribute_variants): Also propagate TYPE_PACKED
DChangeLog-20045974 * semantics.c (begin_class_definition): Set TYPE_PACKED correctly
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.cc2926 return ! TYPE_PACKED (record_type); in rx_is_ms_bitfield_layout()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1277 compare_values (TYPE_PACKED); in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc8008 if (computed <= 32 || TYPE_PACKED (type)) in rs6000_special_adjust_field_align()
8057 if (TYPE_PACKED (type) || align >= 64) in rs6000_special_round_type_align()
8101 if (TYPE_PACKED (type)) in darwin_rs6000_special_round_type_align()
8123 && ! TYPE_PACKED (type) && maximum_field_alignment == 0) in darwin_rs6000_special_round_type_align()

12