Searched refs:bitsize_int (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c579 bitsize_int (off_align))),
581 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align));
595 bitsize_int (off_align));
604 = size_binop (FLOOR_MOD_EXPR, *pbitpos, bitsize_int (off_align));
1060 bitsize_int (rli->remaining_in_alignment));
1085 bitsize_int (rli->remaining_in_alignment));
1217 bitsize_int (rli->remaining_in_alignment));
1593 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type)));
1599 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type)));
1610 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZ
[all...]
H A Dtarghooks.c627 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0)
H A Dtree-dfa.c994 bitsize_int (bitsize));
H A Dtree-vect-generic.c207 tree index = bitsize_int (0);
H A Dtree-mudflap.c869 bpu = bitsize_int (BITS_PER_UNIT);
H A Dtree-vect-transform.c1005 tree bitpos = bitsize_int (bit_offset);
1039 bitsize_int (TYPE_VECTOR_SUBPARTS (vectype) - 1),
H A Dtree.c6598 bitsize_zero_node = bitsize_int (0);
6599 bitsize_one_node = bitsize_int (1);
6600 bitsize_unit_node = bitsize_int (BITS_PER_UNIT);
H A Dtree.h4013 #define bitsize_int(L) size_int_kind (L, BITSIZETYPE)
3993 #define bitsize_int macro
H A Dc-decl.c6165 DECL_SIZE (x) = bitsize_int (width);
H A Dexpr.c5768 bitsize_int (*pbitsize));
H A Dfold-const.c3482 size_int (bitsize), bitsize_int (bitpos));
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c3493 bitsize_int (binfo
4579 bitsize_int (BITS_PER_UNIT)));
4888 bitsize_int (BITS_PER_UNIT))),
4895 bitsize_int (BITS_PER_UNIT)));

Completed in 380 milliseconds