Home
last modified time | relevance | path

Searched refs:TYPE_USER_ALIGN (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c724 if (! TYPE_USER_ALIGN (type)) in update_alignment_for_field()
752 user_align |= TYPE_USER_ALIGN (type); in update_alignment_for_field()
957 if (! TYPE_USER_ALIGN (type)) in place_field()
966 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type); in place_field()
989 if (! TYPE_USER_ALIGN (type)) in place_field()
1005 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type); in place_field()
1408 TYPE_USER_ALIGN (type) = 0; in finalize_type_size()
1532 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type); in finish_builtin_struct()
1663 TYPE_USER_ALIGN (type) = 0; in layout_type()
1780 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (element); in layout_type()
[all …]
H A Dtree.c566 TYPE_USER_ALIGN (t) = 0; in make_node_stat()
5143 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (sizetype); in build_index_type()
5194 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type); in build_range_type()
6581 TYPE_USER_ALIGN (void_type_node) = 0; in build_common_tree_nodes_2()
H A Dprint-tree.c602 if (TYPE_USER_ALIGN (node)) in print_node()
H A Dc-decl.c5850 TYPE_USER_ALIGN (ref) = 0; in parser_xref_tag()
6496 TYPE_USER_ALIGN (tem) = TYPE_USER_ALIGN (enumtype); in finish_enum()
H A Dtree.h1992 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->type.user_align) macro
H A Dc-common.c4868 TYPE_USER_ALIGN (*type) = 1; in handle_aligned_attribute()
H A DChangeLog-2000684 * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.
16179 * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
16185 (finalize_type_size): Set TYPE_USER_ALIGN.
16188 * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
16191 (xfer_tag): Set TYPE_USER_ALIGN.
16192 (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
16196 * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
16197 (build_index_type): Set TYPE_USER_ALIGN.
H A DChangeLog-20017609 attribute aligned, set record type's TYPE_USER_ALIGN.
7611 (finalize_record_size): Don't clear TYPE_USER_ALIGN.
7612 (layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.
13803 (finalize_record_size): Don't set TYPE_USER_ALIGN.
H A DChangeLog-200210905 PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
10906 TYPE_USER_ALIGN.
10927 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
H A DChangeLog-200310928 TYPE_USER_ALIGN for FIELD_DECLs.
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c3077 TYPE_USER_ALIGN (type) = 0; in record_unknown_type()
10827 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type); in finish_enum()
10862 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype); in finish_enum()
H A Dclass.c4726 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
4894 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t); in layout_class_type()
H A Dcp-tree.h1300 #define CLASSTYPE_USER_ALIGN(NODE) TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (NODE))
H A Dpt.c5768 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (pattern); in instantiate_class_template()
H A DChangeLog-20003055 * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4077 && (!TYPE_USER_ALIGN (type) || TYPE_ALIGN (type) > 128)) in contains_128bit_aligned_vector_p()