Home
last modified time | relevance | path

Searched refs:DECL_PACKED (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/gcc/
HDstor-layout.c344 bool packed_p = DECL_PACKED (decl); in layout_decl()
697 if ((!is_bitfield && !DECL_PACKED (field)) in update_alignment_for_field()
699 ? !DECL_PACKED (field) in update_alignment_for_field()
739 else if (DECL_PACKED (field)) in update_alignment_for_field()
884 if (warn_packed && DECL_PACKED (field)) in place_field()
943 && ! DECL_PACKED (field) in place_field()
976 && ! DECL_PACKED (field) in place_field()
997 else if (DECL_PACKED (field)) in place_field()
HDprint-tree.c367 if (TREE_CODE (node) == FIELD_DECL && DECL_PACKED (node)) in print_node()
HDtree.h2726 #define DECL_PACKED(NODE) (FIELD_DECL_CHECK (NODE)->decl_common.decl_flag_1) macro
HDc-common.c4205 DECL_PACKED (*node) = 1; in handle_packed_attribute()
HDc-decl.c6113 DECL_PACKED (x) = 1; in finish_struct()
HDexpr.c5818 packed_p = DECL_PACKED (field) in contains_packed_reference()
HDFSFChangeLog.107829 * c-decl.c (finish_struct): Properly update DECL_PACKED.
8512 decl_attributes and set DECL_PACKED from TYPE_PACKED.
HDFSFChangeLog.113335 * stor-layout.c (layout_record): Test DECL_PACKED instead of
12676 * stor-layout.c (layout_decl): Test DECL_PACKED and TYPE_PACKED
HDChangeLog-200024152 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
24155 * stor-layout.c (layout_decl): Only check DECL_PACKED and
24467 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
HDChangeLog-200611909 influenced by maximum_field_alignment or DECL_PACKED.
HDChangeLog-20053280 * c-decl.c (finish_struct): Only set DECL_PACKED on a field
9293 * stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
HDChangeLog-20035076 parameter packed_p. Search for a DECL_PACKED field only if
HDChangeLog-200435755 * stor-layout.c (layout_decl): Check DECL_PACKED before calling
/NextBSD/contrib/gcc/cp/
HDtree.c104 else if (DECL_PACKED (TREE_OPERAND (ref, 1))) in lvalue_p_1()
HDChangeLog-2002544 * class.c (build_base_field): Do not set DECL_PACKED on the
2573 * class.c (build_base_field): Set DECL_PACKED.
HDclass.c2965 DECL_PACKED (x) = 1; in check_field_decls()
HDChangeLog3806 * class.c (check_field_decls): Only set DECL_PACKED on a field
/NextBSD/contrib/gcc/config/sparc/
HDsparc.c4456 if (packed_p && DECL_PACKED (field)) in scan_record_type()
4654 if (TREE_CODE (field) == FIELD_DECL && DECL_PACKED (field)) in function_arg_record_value_1()
4803 if (TREE_CODE (field) == FIELD_DECL && DECL_PACKED (field)) in function_arg_record_value_2()