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

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c3582 output_ttype (tree type, int tt_format, int tt_format_size)
3620 assemble_integer (value, tt_format_size, local
3621 tt_format_size * BITS_PER_UNIT, 1);
3638 int tt_format_size = 0;
3674 tt_format_size = size_of_encoded_value (tt_format);
3676 assemble_align (tt_format_size * BITS_PER_UNIT);
3725 * tt_format_size));
3735 if (pad % tt_format_size)
3736 pad = tt_format_size - (pad % tt_format_size);
3564 output_ttype(tree type, int tt_format, int tt_format_size) argument
[all...]

Completed in 45 milliseconds