Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/gcc/
H A Dstor-layout.c277 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
724 if (! TYPE_USER_ALIGN (type)) in update_alignment_for_field()
752 user_align |= TYPE_USER_ALIGN (type); in update_alignment_for_field()
762 TYPE_USER_ALIGN (rli->t) |= user_align; 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()
1452 unsigned int user_align = TYPE_USER_ALIGN (type); in finalize_type_size()
[all …]
H A Dtree.c558 TYPE_USER_ALIGN (t) = 0; in make_node_stat()
5112 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (sizetype); in build_index_type()
5163 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type); in build_range_type()
6557 TYPE_USER_ALIGN (void_type_node) = 0; in build_common_tree_nodes_2()
H A Dprint-tree.c600 if (TYPE_USER_ALIGN (node)) in print_node()
H A Dc-decl.c5261 TYPE_USER_ALIGN (ref) = 0; in parser_xref_tag()
5904 TYPE_USER_ALIGN (tem) = TYPE_USER_ALIGN (enumtype); in finish_enum()
H A Dtree.h1962 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->type.user_align) macro
H A Dc-common.c4760 TYPE_USER_ALIGN (*type) = 1; in handle_aligned_attribute()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c786 if (! TYPE_USER_ALIGN (type))
799 user_align |= TYPE_USER_ALIGN (type);
810 TYPE_USER_ALIGN (rli->t) |= user_align;
972 if (! TYPE_USER_ALIGN (type))
985 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type);
1008 if (! TYPE_USER_ALIGN (type))
1028 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type);
1442 TYPE_USER_ALIGN (type) = 0;
1493 unsigned int user_align = TYPE_USER_ALIGN (type);
1504 TYPE_USER_ALIGN (variant) = user_align;
[all …]
H A Dtree.c318 TYPE_USER_ALIGN (t) = 0;
3576 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (sizetype);
3607 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type);
4778 TYPE_USER_ALIGN (void_type_node) = 0;
H A Dc-decl.c4999 TYPE_USER_ALIGN (ref) = 0;
5307 DECL_USER_ALIGN (x) |= TYPE_USER_ALIGN (TREE_TYPE (x));
5447 TYPE_USER_ALIGN (x) = TYPE_USER_ALIGN (t);
5672 DECL_USER_ALIGN (enu) = TYPE_USER_ALIGN (enumtype);
5707 TYPE_USER_ALIGN (tem) = TYPE_USER_ALIGN (enumtype);
H A Dprint-tree.c537 if (TYPE_USER_ALIGN (node))
H A Dtree.h1061 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->type.user_align) macro
H A Dc-common.c5832 TYPE_USER_ALIGN (*type) = 1;
H A DChangeLog.3913 * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
919 (finalize_type_size): Set TYPE_USER_ALIGN.
922 * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
925 (xfer_tag): Set TYPE_USER_ALIGN.
926 (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
930 * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
931 (build_index_type): Set TYPE_USER_ALIGN.
H A DChangeLog.67609 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.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c3034 DECL_USER_ALIGN (field) |= TYPE_USER_ALIGN (type);
3045 DECL_USER_ALIGN (field) |= TYPE_USER_ALIGN (type);
4558 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (vtbl_ptr_type_node);
5064 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
5203 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t); in layout_class_type()
H A Ddecl2.c1472 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type);
H A Ddecl.c6865 TYPE_USER_ALIGN (type) = 0;
14129 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype);
H A Dpt.c5398 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (pattern);
H A Dcp-tree.h1470 #define CLASSTYPE_USER_ALIGN(NODE) TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (NODE))
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c3062 TYPE_USER_ALIGN (type) = 0; in record_unknown_type()
10285 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type); in finish_enum()
10320 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype); in finish_enum()
H A Dclass.c4697 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
4865 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t); in layout_class_type()
H A Dcp-tree.h1291 #define CLASSTYPE_USER_ALIGN(NODE) TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (NODE))
H A Dpt.c5759 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (pattern); in instantiate_class_template()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A DChangeLog1757 (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c2339 && (!TYPE_USER_ALIGN (type) || TYPE_ALIGN (type) > 128))

12