Searched refs:off_align (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c573 pos_from_bit (tree *poffset, tree *pbitpos, unsigned int off_align,
579 bitsize_int (off_align))),
580 size_int (off_align / BITS_PER_UNIT));
581 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align));
588 normalize_offset (tree *poffset, tree *pbitpos, unsigned int off_align)
592 if (compare_tree_int (*pbitpos, off_align) >= 0)
595 bitsize_int (off_align));
601 size_int (off_align / BITS_PER_UNIT)));
604 = size_binop (FLOOR_MOD_EXPR, *pbitpos, bitsize_int (off_align));
569 pos_from_bit(tree *poffset, tree *pbitpos, unsigned int off_align, tree pos) argument
584 normalize_offset(tree *poffset, tree *pbitpos, unsigned int off_align) argument
H A Dtree.h2440 /* For FIELD_DECLs, off_align holds the number of low-order bits of
2603 unsigned int off_align : 8;
2685 /* For FIELD_DECLs, off_align holds the number of low-order bits of
2690 (((unsigned HOST_WIDE_INT)1) << FIELD_DECL_CHECK (NODE)->decl_common.u1.a.off_align)
2694 (FIELD_DECL_CHECK (NODE)->decl_common.u1.a.off_align = exact_log2 ((X) & -(X)))
2590 unsigned int off_align : 8; member in struct:tree_decl_u1::tree_decl_u1_a

Completed in 97 milliseconds