| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | adjust-alignment.cc | 76 SET_DECL_ALIGN (var, align); in execute()
|
| D | stor-layout.cc | 610 SET_DECL_ALIGN (decl, TYPE_ALIGN (type)); in do_type_align() 705 SET_DECL_ALIGN (decl, EMPTY_FIELD_BOUNDARY); in layout_decl() 727 SET_DECL_ALIGN (decl, MAX (xalign, DECL_ALIGN (decl))); in layout_decl() 753 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), BITS_PER_UNIT)); in layout_decl() 761 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), in layout_decl() 765 SET_DECL_ALIGN (decl, ADJUST_FIELD_ALIGN (decl, TREE_TYPE (decl), in layout_decl() 776 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa)); in layout_decl() 828 SET_DECL_ALIGN (decl, 0); in relayout_decl()
|
| D | tree-nested.cc | 403 SET_DECL_ALIGN (field, TYPE_ALIGN (TREE_TYPE (field))); in lookup_field_for_decl() 410 SET_DECL_ALIGN (field, DECL_ALIGN (decl)); in lookup_field_for_decl() 516 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in get_chain_field() 629 SET_DECL_ALIGN (t, align); in get_trampoline_type() 659 SET_DECL_ALIGN (t, MAX (TYPE_ALIGN (ptr_type_node), align)); in get_descriptor_type() 789 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in get_nl_goto_field()
|
| D | ipa-free-lang-data.cc | 323 SET_DECL_ALIGN (name2, 0); in fld_incomplete_type_of() 648 SET_DECL_ALIGN (decl, 0); in free_lang_data_in_decl()
|
| D | tree-streamer-in.cc | 242 SET_DECL_ALIGN (expr, (unsigned) bp_unpack_var_len_unsigned (bp)); in unpack_ts_decl_common_value_fields() 245 SET_DECL_ALIGN (expr, targetm.absolute_biggest_alignment); in unpack_ts_decl_common_value_fields()
|
| D | gimple-expr.cc | 385 SET_DECL_ALIGN (copy, DECL_ALIGN (var)); in copy_var_decl()
|
| D | omp-offload.cc | 433 SET_DECL_ALIGN (funcs_decl, TYPE_ALIGN (funcs_decl_type)); in omp_finish_file() 434 SET_DECL_ALIGN (vars_decl, TYPE_ALIGN (vars_decl_type)); in omp_finish_file() 2534 SET_DECL_ALIGN (field, DECL_ALIGN (var)); in ompdevlow_adjust_simt_enter()
|
| D | omp-oacc-neuter-broadcast.cc | 582 SET_DECL_ALIGN (field, DECL_ALIGN (var)); in install_var_field() 587 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in install_var_field()
|
| D | varasm.cc | 1153 SET_DECL_ALIGN (decl, align); in align_variable() 2366 SET_DECL_ALIGN (decl, MAX (DECL_ALIGN (decl), in assemble_variable() 3483 SET_DECL_ALIGN (decl, targetm.constant_alignment (exp, DECL_ALIGN (decl))); in build_constant_desc() 3492 SET_DECL_ALIGN (decl, GET_MODE_ALIGNMENT (DECL_MODE (decl))); in build_constant_desc() 3668 SET_DECL_ALIGN (decl, MAX (DECL_ALIGN (decl), in output_constant_def_contents()
|
| D | coverage.cc | 777 SET_DECL_ALIGN (var, TYPE_ALIGN (type)); in build_var()
|
| D | omp-low.cc | 833 SET_DECL_ALIGN (field, DECL_ALIGN (var)); in install_var_field() 838 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in install_var_field() 848 SET_DECL_ALIGN (sfield, DECL_ALIGN (field)); in install_var_field() 1595 SET_DECL_ALIGN (field, TYPE_ALIGN (ptr_type_node)); in scan_sharing_clauses() 1683 SET_DECL_ALIGN (field, TYPE_ALIGN (ptr_type_node)); in scan_sharing_clauses() 2446 SET_DECL_ALIGN (field, TYPE_ALIGN (TREE_TYPE (field))); in finish_taskreg_scan() 2455 SET_DECL_ALIGN (sfield, DECL_ALIGN (field)); in finish_taskreg_scan() 9125 SET_DECL_ALIGN (field, DECL_ALIGN (decl)); in lower_omp_task_reductions() 9130 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in lower_omp_task_reductions()
|
| D | symtab.cc | 2509 SET_DECL_ALIGN (n->decl, align); in increase_alignment_1()
|
| D | except.cc | 306 SET_DECL_ALIGN (f_jbuf, BIGGEST_ALIGNMENT); in init_eh()
|
| D | cfgexpand.cc | 390 SET_DECL_ALIGN (decl, align); in align_local_variable() 1072 SET_DECL_ALIGN (decl, align); in expand_one_stack_var_at()
|
| D | asan.cc | 3643 SET_DECL_ALIGN (var, MAX (DECL_ALIGN (var), in asan_finish_file()
|
| D | tree-ssa-ccp.cc | 2656 SET_DECL_ALIGN (var, TREE_INT_CST_LOW (gimple_call_arg (stmt, 1))); in fold_builtin_alloca_with_align()
|
| D | function.cc | 2975 SET_DECL_ALIGN (parm, parm_align); in assign_parm_setup_block()
|
| D | tree.cc | 1227 SET_DECL_ALIGN (t, FUNCTION_ALIGNMENT (FUNCTION_BOUNDARY)); in make_node() 1231 SET_DECL_ALIGN (t, 1); in make_node()
|
| D | tree.h | 2638 #define SET_DECL_ALIGN(NODE, X) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | lambda.cc | 1231 SET_DECL_ALIGN (fn, MINIMUM_METHOD_BOUNDARY); in maybe_add_lambda_conv_op()
|
| D | rtti.cc | 1710 SET_DECL_ALIGN (decl, DATA_ABI_ALIGNMENT (decl, TYPE_ALIGN (TREE_TYPE (decl)))); in emit_tinfo_decl()
|
| D | ChangeLog-2016 | 2951 * class.c (build_vtable): Use SET_DECL_ALIGN and SET_TYPE_ALIGN. 2953 (build_base_field): Use SET_DECL_ALIGN. 2955 * decl.c (duplicate_decls): Use SET_DECL_ALIGN. 2959 (grokfndecl): Use SET_DECL_ALIGN. 2964 * lambda.c (maybe_add_lambda_conv_op): Use SET_DECL_ALIGN. 2965 * method.c (implicitly_declare_fn): Use SET_DECL_ALIGN.
|
| D | class.cc | 829 SET_DECL_ALIGN (decl, TARGET_VTABLE_ENTRY_ALIGN); in build_vtable() 4589 SET_DECL_ALIGN (decl, CLASSTYPE_ALIGN (basetype)); in build_base_field_1() 6765 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type)); in layout_class_type()
|
| D | method.cc | 3137 SET_DECL_ALIGN (fn, MINIMUM_METHOD_BOUNDARY); in implicitly_declare_fn()
|
| D | coroutines.cc | 4039 SET_DECL_ALIGN (fn, DECL_ALIGN (orig)); in coro_build_actor_or_destroy_function()
|