Searched refs:off_align (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | stor-layout.c | 569 pos_from_bit (tree *poffset, tree *pbitpos, unsigned int off_align, in pos_from_bit() argument 575 bitsize_int (off_align))), in pos_from_bit() 576 size_int (off_align / BITS_PER_UNIT)); in pos_from_bit() 577 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align)); in pos_from_bit() 584 normalize_offset (tree *poffset, tree *pbitpos, unsigned int off_align) in normalize_offset() argument 588 if (compare_tree_int (*pbitpos, off_align) >= 0) in normalize_offset() 591 bitsize_int (off_align)); in normalize_offset() 597 size_int (off_align / BITS_PER_UNIT))); in normalize_offset() 600 = size_binop (FLOOR_MOD_EXPR, *pbitpos, bitsize_int (off_align)); in normalize_offset()
|
| H A D | ChangeLog.gcc43 | 35 (DECL_OFFSET_ALIGN): Update for new location of 'off_align'. 36 (struct tree_decl_common): Move 'align' and 'off_align' out
|
| H A D | tree.h | 2627 unsigned int off_align : 8; member 2712 (((unsigned HOST_WIDE_INT)1) << FIELD_DECL_CHECK (NODE)->decl_common.off_align) 2716 (FIELD_DECL_CHECK (NODE)->decl_common.off_align = exact_log2 ((X) & -(X)))
|
| H A D | ChangeLog-2000 | 11557 * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
|