Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c411 || (! (code == FIELD_DECL && DECL_PACKED (decl))
429 else if (DECL_PACKED (decl)
709 if (! DECL_PACKED (field))
747 ? ! DECL_PACKED (field)
776 else if (! DECL_PACKED (field) && !user_align)
792 else if (DECL_PACKED (field))
902 if (warn_packed && DECL_PACKED (field))
958 && ! DECL_PACKED (field)
995 && ! DECL_PACKED (field)
1016 else if (DECL_PACKED (field))
[all …]
H A Dprint-tree.c342 if (TREE_CODE (node) == FIELD_DECL && DECL_PACKED (node))
H A Dtree.h1631 #define DECL_PACKED(NODE) (FIELD_DECL_CHECK (NODE)->decl.regdecl_flag) macro
H A Dc-decl.c5197 DECL_PACKED (x) |= TYPE_PACKED (t);
H A Dc-common.c5300 DECL_PACKED (*node) = 1;
H A DChangeLog.38886 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
8889 * stor-layout.c (layout_decl): Only check DECL_PACKED and
9201 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
H A DFSFChangeLog.107829 * c-decl.c (finish_struct): Properly update DECL_PACKED.
8512 decl_attributes and set DECL_PACKED from TYPE_PACKED.
H A DFSFChangeLog.113335 * stor-layout.c (layout_record): Test DECL_PACKED instead of
12676 * stor-layout.c (layout_decl): Test DECL_PACKED and TYPE_PACKED
/openbsd/gnu/gcc/gcc/
H A Dstor-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()
H A Dprint-tree.c363 if (TREE_CODE (node) == FIELD_DECL && DECL_PACKED (node)) in print_node()
H A Dtree.h2686 #define DECL_PACKED(NODE) (FIELD_DECL_CHECK (NODE)->decl_common.decl_flag_1) macro
H A Dc-common.c4111 DECL_PACKED (*node) = 1; in handle_packed_attribute()
H A Dc-decl.c5515 DECL_PACKED (x) = 1; in finish_struct()
/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c104 else if (DECL_PACKED (TREE_OPERAND (ref, 1))) in lvalue_p_1()
H A DChangeLog-2002544 * class.c (build_base_field): Do not set DECL_PACKED on the
2573 * class.c (build_base_field): Set DECL_PACKED.
H A Dclass.c2945 DECL_PACKED (x) = 1; in check_field_decls()
H A DChangeLog3737 * class.c (check_field_decls): Only set DECL_PACKED on a field
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4533 if (DECL_PACKED (field))
4609 if (TREE_CODE (field) == FIELD_DECL && DECL_PACKED (field))
4746 if (TREE_CODE (field) == FIELD_DECL && DECL_PACKED (field))
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4459 if (packed_p && DECL_PACKED (field)) in scan_record_type()
4657 if (TREE_CODE (field) == FIELD_DECL && DECL_PACKED (field)) in function_arg_record_value_1()
4806 if (TREE_CODE (field) == FIELD_DECL && DECL_PACKED (field)) in function_arg_record_value_2()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c3191 DECL_PACKED (x) |= TYPE_PACKED (t); in check_field_decls()
H A DChangeLog2056 * class.c (build_base_field): Do not set DECL_PACKED on the
3976 * class.c (build_base_field): Set DECL_PACKED.
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.c6524 && ! DECL_PACKED (field) in frv_adjust_field_align()
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c7875 && ! DECL_PACKED (field)