Searched refs:TYPE_ALIGN_UNIT (Results 1 – 10 of 10) sorted by relevance
212 type_align = size_int (TYPE_ALIGN_UNIT (type)); in default_cxx_get_cookie_size()
1258 = 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()
749 && tree_int_cst_compare (ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE ( in vect_compute_data_ref_alignment()
1777 tree factor = size_int (TYPE_ALIGN_UNIT (elmt_type)); in gimplify_compound_lval()5342 align = TYPE_ALIGN_UNIT (type); in gimplify_omp_atomic()
5861 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()
1524 *aligned_to = ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE (TREE_TYPE (expr)))); in address_analysis()
1995 #define TYPE_ALIGN_UNIT(NODE) (TYPE_ALIGN (NODE) / BITS_PER_UNIT) macro
3028 value = size_int (TYPE_ALIGN_UNIT (type)); in c_sizeof_or_alignof_type()
27311 * tree.h (TYPE_ALIGN_UNIT): New macro.
15952 * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.