Searched refs:typesize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dstor-layout.c1055 HOST_WIDE_INT typesize = tree_low_cst (TYPE_SIZE (type), 1);
1062 if (typesize < bitsize)
1065 rli->remaining_in_alignment = typesize - bitsize;
1131 HOST_WIDE_INT typesize
1134 if (typesize < bitsize)
1137 rli->remaining_in_alignment = typesize - bitsize;
1051 HOST_WIDE_INT typesize = tree_low_cst (TYPE_SIZE (type), 1); local
1127 HOST_WIDE_INT typesize local
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c808 typesize(int type) function
916 ts = typesize(m->type);
2746 size_t ts = typesize(m->type);
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c4916 HOST_WIDE_INT typesize = int_size_in_bytes (type);
4938 endbit = (typesize*BITS_PER_UNIT + BITS_PER_WORD - 1) & -BITS_PER_WORD;
4957 if (typesize <= 0)
4969 nregs = (typesize + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
4992 function_arg_record_value_3 (typesize * BITS_PER_UNIT, &parms);
4904 HOST_WIDE_INT typesize = int_size_in_bytes (type); local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5105 HOST_WIDE_INT typesize = int_size_in_bytes (type);
5124 rs6000_darwin64_record_arg_flush (cum, typesize * BITS_PER_UNIT, rvec, &k);
5092 HOST_WIDE_INT typesize = int_size_in_bytes (type); local

Completed in 129 milliseconds