Home
last modified time | relevance | path

Searched refs:DECL_ALIGN_UNIT (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-emutls.cc170 DECL_ALIGN_UNIT (decl)); in default_emutls_var_init()
377 DECL_ALIGN_UNIT (tls_decl)), in emutls_common_1()
Dgodump.cc914 decl_align_unit = DECL_ALIGN_UNIT (field); in go_format_type()
Domp-oacc-neuter-broadcast.cc1894 unsigned HOST_WIDE_INT align = DECL_ALIGN_UNIT (decl); in execute_omp_oacc_neuter_broadcast()
Domp-low.cc4840 ialign = MAX (ialign, DECL_ALIGN_UNIT (new_var)); in lower_private_allocate()
12222 DECL_ALIGN_UNIT (decl))); in create_task_copyfn()
13091 if (DECL_P (ovar) && DECL_ALIGN_UNIT (ovar) > talign) in lower_omp_target()
13092 talign = DECL_ALIGN_UNIT (ovar); in lower_omp_target()
13145 talign = DECL_ALIGN_UNIT (avar); in lower_omp_target()
13331 talign = DECL_ALIGN_UNIT (ovar); in lower_omp_target()
Dasan.cc2280 || DECL_ALIGN_UNIT (decl) > 2 * ASAN_RED_ZONE_SIZE in asan_protect_global()
Dtree.h2654 #define DECL_ALIGN_UNIT(NODE) (DECL_ALIGN (NODE) / BITS_PER_UNIT) macro
Dgimplify.cc1254 if (DECL_ALIGN_UNIT (decl) <= shadow_granularity) in asan_poison_variable()
Ddwarf2out.cc21774 align = DECL_ALIGN_UNIT (tree_node); in add_alignment_attribute()
DChangeLog-20005756 * tree.h (DECL_ALIGN_UNIT): New macro.
DChangeLog-200415952 * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc2068 t = size_int (DECL_ALIGN_UNIT (e)); in cxx_alignof_expr()
2080 t = size_int (DECL_ALIGN_UNIT (TREE_OPERAND (e, 1))); in cxx_alignof_expr()
2089 t = size_int (DECL_ALIGN_UNIT (e)); in cxx_alignof_expr()
Dclass.cc4506 alignment = size_int (DECL_ALIGN_UNIT (decl)); in layout_empty_base_or_field()
6502 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next)); in check_non_pod_aggregate()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-02.cc3089 val = DECL_ALIGN_UNIT (field_decl); in build_v2_ivar_list_initializer()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc2171 align = SYMBOL_REF_DECL (x) ? DECL_ALIGN_UNIT (SYMBOL_REF_DECL (x)) : 1; in mips_offset_within_alignment_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc8370 align = DECL_ALIGN_UNIT (decl); in darwin_rs6000_legitimate_lo_sum_const_p()