Home
last modified time | relevance | path

Searched refs:TYPE_ALIGN_UNIT (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDtarghooks.c212 type_align = size_int (TYPE_ALIGN_UNIT (type)); in default_cxx_get_cookie_size()
HDstor-layout.c1258 = round_up (unpadded_size_unit, TYPE_ALIGN_UNIT (rli->t)); in finalize_record_size()
1433 TYPE_ALIGN_UNIT (type)); in finalize_type_size()
1817 TYPE_ALIGN_UNIT (element)) < 0) in layout_type()
HDtree-vect-analyze.c749 && tree_int_cst_compare (ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE ( in vect_compute_data_ref_alignment()
HDgimplify.c1777 tree factor = size_int (TYPE_ALIGN_UNIT (elmt_type)); in gimplify_compound_lval()
5342 align = TYPE_ALIGN_UNIT (type); in gimplify_omp_atomic()
HDexpr.c5861 size_int (TYPE_ALIGN_UNIT (elmt_type))); in array_ref_element_size()
6410 target_align = TYPE_ALIGN_UNIT (TREE_TYPE (target)); in highest_pow2_factor_for_target()
7217 int align = TYPE_ALIGN_UNIT (type); in expand_expr_real_1()
HDtree-data-ref.c1524 *aligned_to = ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE (TREE_TYPE (expr)))); in address_analysis()
HDtree.h1995 #define TYPE_ALIGN_UNIT(NODE) (TYPE_ALIGN (NODE) / BITS_PER_UNIT) macro
HDc-common.c3028 value = size_int (TYPE_ALIGN_UNIT (type)); in c_sizeof_or_alignof_type()
HDChangeLog-200027311 * tree.h (TYPE_ALIGN_UNIT): New macro.
HDChangeLog-200415952 * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.