Home
last modified time | relevance | path

Searched refs:DECL_USER_ALIGN (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/gcc/
HDstor-layout.c277 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
342 bool old_user_align = DECL_USER_ALIGN (decl); in layout_decl()
369 DECL_USER_ALIGN (decl) = 0; in layout_decl()
402 else if (packed_p && DECL_USER_ALIGN (decl)) in layout_decl()
424 if (! packed_p && ! DECL_USER_ALIGN (decl)) in layout_decl()
492 if (!DECL_USER_ALIGN (decl)) in relayout_decl()
680 user_align = DECL_USER_ALIGN (field); in update_alignment_for_field()
HDChangeLog.gcc4312 (make_node_stat): ... to here. Don't uselessly clear DECL_USER_ALIGN.
15 * tree.h (DECL_USER_ALIGN): Fix misplaced comment.
27 DECL_USER_ALIGN.
28 * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
HDtree-nested.c299 DECL_USER_ALIGN (field) = DECL_USER_ALIGN (decl); in lookup_field_for_decl()
454 DECL_USER_ALIGN (t) = 1; in get_trampoline_type()
HDstmt.c1953 DECL_USER_ALIGN (decl) = 0; in expand_decl()
1999 DECL_USER_ALIGN (decl) = 0; in expand_decl()
2059 DECL_USER_ALIGN (decl_elt) = DECL_USER_ALIGN (decl); in expand_anon_union_decl()
HDprint-tree.c446 if (DECL_USER_ALIGN (node)) in print_node()
HDcgraphunit.c1670 DECL_USER_ALIGN (decl) = 1; in cgraph_increase_alignment()
HDtree-vect-analyze.c777 DECL_USER_ALIGN (base) = 1; in vect_compute_data_ref_alignment()
HDcfgexpand.c540 DECL_USER_ALIGN (decl) = 0; in expand_one_stack_var_at()
HDvarasm.c859 if (! DECL_USER_ALIGN (decl)) in align_variable()
1436 if (! DECL_USER_ALIGN (decl) in assemble_start_function()
HDc-common.c4882 if (DECL_USER_ALIGN (decl)) in handle_aligned_attribute()
4894 DECL_USER_ALIGN (decl) = 1; in handle_aligned_attribute()
HDexcept.c405 DECL_USER_ALIGN (f_jbuf) = 1; in init_eh()
HDtree.h2473 #define DECL_USER_ALIGN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.user_align) macro
HDtree-cfg.c1081 || DECL_USER_ALIGN (label) in cleanup_dead_labels()
HDgimplify.c3069 DECL_USER_ALIGN (new) = 1; in gimplify_init_constructor()
HDc-decl.c1705 DECL_USER_ALIGN (newdecl) |= DECL_ALIGN (olddecl); in merge_decls()
HDChangeLog-2000684 * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.
16179 * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
16181 * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
16183 and DECL_USER_ALIGN 0, cap alignment to this value.
16189 DECL_USER_ALIGN to 1.
16190 * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
16192 (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
16194 * stmt.c (expand_decl): Set DECL_USER_ALIGN.
16196 * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
HDChangeLog-200113718 * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
13802 * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
HDChangeLog-200210927 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
10930 DECL_USER_ALIGN here.
HDChangeLog-200310927 * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
28294 DECL_USER_ALIGN for zero-length bitfields, too.
HDChangeLog-20042628 (vect_compute_data_ref_alignment): Set DECL_USER_ALIGN to 1.
/NextBSD/contrib/gcc/cp/
HDclass.c3616 DECL_USER_ALIGN (decl) = CLASSTYPE_USER_ALIGN (basetype); in build_base_field()
4726 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
HDChangeLog-20003051 * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
3054 (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
3060 * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
HDChangeLog-20011585 DECL_USER_ALIGN. Check flag_elide_constructors instead of
/NextBSD/contrib/gcc/config/s390/
HDs390.c8433 && DECL_USER_ALIGN (decl) && DECL_ALIGN (decl) < 16) in s390_encode_section_info()