Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc612 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
1101 if (! TYPE_USER_ALIGN (type)) in update_alignment_for_field()
1129 user_align |= TYPE_USER_ALIGN (type); in update_alignment_for_field()
1138 TYPE_USER_ALIGN (rli->t) |= user_align; in update_alignment_for_field()
1395 if (! TYPE_USER_ALIGN (type)) in place_field()
1416 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type); in place_field()
1441 if (! TYPE_USER_ALIGN (type)) in place_field()
1457 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type); in place_field()
1942 tua_cleared_p = TYPE_USER_ALIGN (type); in finalize_type_size()
1943 TYPE_USER_ALIGN (type) = false; in finalize_type_size()
[all …]
H A Dipa-free-lang-data.cc132 || TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (v))) in fld_type_variant_equal_p()
168 TYPE_USER_ALIGN (v) = TYPE_USER_ALIGN (t); in fld_type_variant()
286 TYPE_USER_ALIGN (copy) = 0; in fld_incomplete_type_of()
H A Dtree-streamer-out.cc339 bp_pack_value (bp, TYPE_USER_ALIGN (expr), 1); in pack_ts_type_common_value_fields()
H A Dtree-streamer-in.cc387 TYPE_USER_ALIGN (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
H A Dprint-tree.cc669 if (TYPE_USER_ALIGN (node)) in print_node()
H A Dtree.cc1249 TYPE_USER_ALIGN (t) = 0; in make_node()
5527 && TYPE_USER_ALIGN (cand) == TYPE_USER_ALIGN (base)) in check_base_type()
5564 && TYPE_USER_ALIGN (cand) in check_aligned_type()
5670 TYPE_USER_ALIGN (t) = 1; in build_aligned_type()
7131 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type); in build_range_type_1()
9434 TYPE_USER_ALIGN (void_type_node) = 0; in build_common_tree_nodes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c609 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
1098 if (! TYPE_USER_ALIGN (type)) in update_alignment_for_field()
1126 user_align |= TYPE_USER_ALIGN (type); in update_alignment_for_field()
1135 TYPE_USER_ALIGN (rli->t) |= user_align; in update_alignment_for_field()
1392 if (! TYPE_USER_ALIGN (type)) in place_field()
1413 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type); in place_field()
1438 if (! TYPE_USER_ALIGN (type)) in place_field()
1454 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type); in place_field()
1937 TYPE_USER_ALIGN (type) = 0; in finalize_type_size()
1985 unsigned int user_align = TYPE_USER_ALIGN (type); in finalize_type_size()
[all …]
H A Dtree-streamer-out.c330 bp_pack_value (bp, TYPE_USER_ALIGN (expr), 1); in pack_ts_type_common_value_fields()
H A Dtree.c1086 TYPE_USER_ALIGN (t) = 0; in make_node()
5275 || TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (v))) in fld_type_variant_equal_p()
5311 TYPE_USER_ALIGN (v) = TYPE_USER_ALIGN (t);
5429 TYPE_USER_ALIGN (copy) = 0; in fld_incomplete_type_of()
6663 TYPE_USER_ALIGN (t) = 1; in build_aligned_type()
8107 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type); in build_range_type_1()
10344 TYPE_USER_ALIGN (void_type_node) = 0; in build_common_tree_nodes()
H A Dtree-streamer-in.c381 TYPE_USER_ALIGN (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
H A Dprint-tree.c665 if (TYPE_USER_ALIGN (node)) in print_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc487 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type); in finish_aggregate_type()
H A Dd-convert.cc511 TYPE_USER_ALIGN (unaligned_type) = 1; in convert_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc2078 if (!TYPE_USER_ALIGN (variant) in fixup_type_variants()
2083 TYPE_USER_ALIGN (variant) = TYPE_USER_ALIGN (type); in fixup_type_variants()
2123 bool user_align = TYPE_USER_ALIGN (t); in fixup_attribute_variants()
2138 if (TYPE_USER_ALIGN (variants)) in fixup_attribute_variants()
2141 TYPE_USER_ALIGN (variants) = user_align; in fixup_attribute_variants()
4542 TYPE_USER_ALIGN (rli->t) = 1; in layout_empty_base_or_field()
4549 TYPE_USER_ALIGN (rli->t) = 1; in layout_empty_base_or_field()
6766 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
6924 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t); in layout_class_type()
6991 && TYPE_USER_ALIGN (t) == TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (t)) in layout_class_type()
H A Dtree.cc1414 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type); in cp_build_qualified_type_real()
1667 && (TYPE_ATTRIBUTES (t) || TYPE_USER_ALIGN (t))) in strip_typedefs()
1841 if (TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (result) in strip_typedefs()
1844 gcc_assert (TYPE_USER_ALIGN (t)); in strip_typedefs()
1853 TYPE_USER_ALIGN (result) = true; in strip_typedefs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.h173 (TREE_CODE (TYPE) == VECTOR_TYPE && !TYPE_USER_ALIGN (TYPE) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.h173 (TREE_CODE (TYPE) == VECTOR_TYPE && !TYPE_USER_ALIGN (TYPE) \
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc613 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type); in finish_aggregate_type()
H A Dd-convert.cc511 TYPE_USER_ALIGN (unaligned_type) = 1; in convert_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1338 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type); in cp_build_qualified_type_real()
1581 && (TYPE_ATTRIBUTES (t) || TYPE_USER_ALIGN (t))) in strip_typedefs()
1741 if (TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (result) in strip_typedefs()
1744 gcc_assert (TYPE_USER_ALIGN (t)); in strip_typedefs()
1753 TYPE_USER_ALIGN (result) = true; in strip_typedefs()
H A Dclass.c2020 bool user_align = TYPE_USER_ALIGN (t); in fixup_attribute_variants()
2035 if (TYPE_USER_ALIGN (variants)) in fixup_attribute_variants()
2038 TYPE_USER_ALIGN (variants) = user_align; in fixup_attribute_variants()
4443 TYPE_USER_ALIGN (rli->t) = 1; in layout_empty_base_or_field()
4450 TYPE_USER_ALIGN (rli->t) = 1; in layout_empty_base_or_field()
6679 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
6813 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t); in layout_class_type()
6879 && TYPE_USER_ALIGN (t) == TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (t)) in layout_class_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c2047 TYPE_USER_ALIGN (*type) = 1; in common_handle_aligned_attribute()
4814 else if (type && TYPE_USER_ALIGN (type)) in has_attribute()
4820 found_match = TYPE_USER_ALIGN (type); in has_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc2374 TYPE_USER_ALIGN (*type) = 1; in common_handle_aligned_attribute()
6104 else if (type && TYPE_USER_ALIGN (type)) in has_attribute()
6110 found_match = TYPE_USER_ALIGN (type); in has_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c2539 if (TYPE_USER_ALIGN (tem)) in merge_decls()
2543 TYPE_USER_ALIGN (newtype) = true; in merge_decls()
7920 TYPE_USER_ALIGN (ref) = 0; in parser_xref_tag()
8952 TYPE_USER_ALIGN (tem) = TYPE_USER_ALIGN (enumtype); in finish_enum()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc754 TYPE_USER_ALIGN (vector_pair_type_node) = 0; in rs6000_init_builtins()
766 TYPE_USER_ALIGN (vector_quad_type_node) = 0; in rs6000_init_builtins()

123