Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/
HDlto-symtab.c377 if ((DECL_USER_ALIGN (prevailing_decl) && DECL_USER_ALIGN (decl)) in lto_symtab_merge()
560 else if ((DECL_USER_ALIGN (prevailing->decl) && DECL_USER_ALIGN (decl)) in lto_symtab_merge_decls_2()
HDtree-vectorizer.c344 DECL_USER_ALIGN (decl) = 1; in increase_alignment()
HDstor-layout.c522 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
589 bool old_user_align = DECL_USER_ALIGN (decl); in layout_decl()
616 DECL_USER_ALIGN (decl) = 0; in layout_decl()
653 else if (packed_p && DECL_USER_ALIGN (decl)) in layout_decl()
668 if (! packed_p && ! DECL_USER_ALIGN (decl)) in layout_decl()
736 if (!DECL_USER_ALIGN (decl)) in relayout_decl()
921 user_align = DECL_USER_ALIGN (field); in update_alignment_for_field()
HDtree-nested.c302 DECL_USER_ALIGN (field) = DECL_USER_ALIGN (decl); in lookup_field_for_decl()
494 DECL_USER_ALIGN (t) = 1; in get_trampoline_type()
HDtree-emutls.c309 DECL_USER_ALIGN (to) = 1; in new_emutls_decl()
HDtree-streamer-out.c161 bp_pack_value (bp, DECL_USER_ALIGN (expr), 1); in pack_ts_decl_common_value_fields()
HDprint-tree.c517 if (DECL_USER_ALIGN (node)) in print_node()
HDtree-streamer-in.c195 DECL_USER_ALIGN (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_decl_common_value_fields()
HDc-decl.c2205 DECL_USER_ALIGN (newdecl) |= DECL_USER_ALIGN (olddecl); in merge_decls()
2452 DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl); in merge_decls()
6187 DECL_USER_ALIGN (decl) = 1; in grokdeclarator()
HDomp-low.c969 DECL_USER_ALIGN (field) = DECL_USER_ALIGN (var); in install_var_field()
984 DECL_USER_ALIGN (sfield) = DECL_USER_ALIGN (field); in install_var_field()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-symtab.c364 if ((DECL_USER_ALIGN (prevailing_decl) && DECL_USER_ALIGN (decl)) in lto_symtab_merge()
737 else if ((DECL_USER_ALIGN (prevailing->decl) in lto_symtab_merge_decls_2()
738 && DECL_USER_ALIGN (decl)) in lto_symtab_merge_decls_2()
/dragonfly/contrib/gcc-8.0/gcc/
HDstor-layout.c584 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
653 bool old_user_align = DECL_USER_ALIGN (decl); in layout_decl()
678 DECL_USER_ALIGN (decl) = 0; in layout_decl()
712 else if (packed_p && DECL_USER_ALIGN (decl)) in layout_decl()
727 if (! packed_p && ! DECL_USER_ALIGN (decl)) in layout_decl()
797 if (!DECL_USER_ALIGN (decl)) in relayout_decl()
1024 user_align = DECL_USER_ALIGN (field); in update_alignment_for_field()
HDgimple-expr.c381 if (DECL_USER_ALIGN (var)) in copy_var_decl()
384 DECL_USER_ALIGN (copy) = 1; in copy_var_decl()
HDomp-offload.c202 DECL_USER_ALIGN (funcs_decl) = DECL_USER_ALIGN (vars_decl) = 1; in omp_finish_file()
1757 DECL_USER_ALIGN (field) = DECL_USER_ALIGN (var); in ompdevlow_adjust_simt_enter()
HDtree-vectorizer.c1057 || DECL_USER_ALIGN (field) in get_vec_alignment_for_record_type()
1133 || DECL_USER_ALIGN (decl) || DECL_ARTIFICIAL (decl)) in increase_alignment()
HDtree-nested.c289 DECL_USER_ALIGN (field) = DECL_USER_ALIGN (decl); in lookup_field_for_decl()
481 DECL_USER_ALIGN (t) = 1; in get_trampoline_type()
511 DECL_USER_ALIGN (t) = 1; in get_descriptor_type()
HDtree-emutls.c313 DECL_USER_ALIGN (to) = 1; in new_emutls_decl()
HDtree-streamer-out.c201 bp_pack_value (bp, DECL_USER_ALIGN (expr), 1); in pack_ts_decl_common_value_fields()
HDprint-tree.c460 if (DECL_USER_ALIGN (node)) in print_node()
HDtree-streamer-in.c237 DECL_USER_ALIGN (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_decl_common_value_fields()
HDomp-low.c695 DECL_USER_ALIGN (field) = DECL_USER_ALIGN (var);
710 DECL_USER_ALIGN (sfield) = DECL_USER_ALIGN (field);
1931 DECL_USER_ALIGN (field) = 0; in finish_taskreg_scan()
1940 DECL_USER_ALIGN (sfield) = 0; in finish_taskreg_scan()
HDsymtab.c2198 DECL_USER_ALIGN (n->decl) = 1; in increase_alignment_1()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-attribs.c1895 if (DECL_USER_ALIGN (decl) || DECL_USER_ALIGN (last_decl)) in common_handle_aligned_attribute()
1909 else if (DECL_USER_ALIGN (decl) in common_handle_aligned_attribute()
1926 if (DECL_USER_ALIGN (decl)) in common_handle_aligned_attribute()
1948 DECL_USER_ALIGN (decl) = 1; in common_handle_aligned_attribute()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDrtti.c1637 DECL_USER_ALIGN (decl) = true; in emit_tinfo_decl()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c2389 DECL_USER_ALIGN (newdecl) |= DECL_USER_ALIGN (olddecl); in merge_decls()
2647 DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl); in merge_decls()
5335 DECL_USER_ALIGN (decl) = 1; in build_compound_literal()
7103 DECL_USER_ALIGN (decl) = 1; in grokdeclarator()

12