Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstor-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()
H A DChangeLog.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
H A Dtree-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()
H A Dstmt.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()
H A Dprint-tree.c446 if (DECL_USER_ALIGN (node)) in print_node()
H A Dcfgexpand.c540 DECL_USER_ALIGN (decl) = 0; in expand_one_stack_var_at()
H A Dcgraphunit.c1670 DECL_USER_ALIGN (decl) = 1; in cgraph_increase_alignment()
H A Dtree-vect-analyze.c777 DECL_USER_ALIGN (base) = 1; in vect_compute_data_ref_alignment()
H A Dvarasm.c859 if (! DECL_USER_ALIGN (decl)) in align_variable()
1436 if (! DECL_USER_ALIGN (decl) in assemble_start_function()
H A Dc-common.c4882 if (DECL_USER_ALIGN (decl)) in handle_aligned_attribute()
4894 DECL_USER_ALIGN (decl) = 1; in handle_aligned_attribute()
H A Dexcept.c405 DECL_USER_ALIGN (f_jbuf) = 1; in init_eh()
H A Dtree.h2473 #define DECL_USER_ALIGN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.user_align) macro
H A Dtree-cfg.c1081 || DECL_USER_ALIGN (label) in cleanup_dead_labels()
H A Dgimplify.c3069 DECL_USER_ALIGN (new) = 1; in gimplify_init_constructor()
H A Dc-decl.c1705 DECL_USER_ALIGN (newdecl) |= DECL_ALIGN (olddecl); in merge_decls()
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.
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.
H A DChangeLog-200113718 * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
13802 * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
H A DChangeLog-200210927 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
10930 DECL_USER_ALIGN here.
H A DChangeLog-200310927 * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
28294 DECL_USER_ALIGN for zero-length bitfields, too.
H A DChangeLog-20042628 (vect_compute_data_ref_alignment): Set DECL_USER_ALIGN to 1.
/freebsd-12.1/contrib/gcc/cp/
H A Dclass.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()
H A DChangeLog-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.
H A DChangeLog-20011585 DECL_USER_ALIGN. Check flag_elide_constructors instead of
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c8433 && DECL_USER_ALIGN (decl) && DECL_ALIGN (decl) < 16) in s390_encode_section_info()