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

/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc611 tree underlying_int_type = convert_in (underlying_int_type_in);
613 if (underlying_int_type == error_mark_node)
618 TYPE_PRECISION (result) = TYPE_PRECISION (underlying_int_type);
619 TYPE_UNSIGNED (result) = TYPE_UNSIGNED (underlying_int_type);
602 tree underlying_int_type = convert_in (underlying_int_type_in); local
H A Dlibcp1plugin.cc1928 tree underlying_int_type = convert_in (underlying_int_type_in);
1935 if (underlying_int_type == error_mark_node)
1943 underlying_int_type,
1919 tree underlying_int_type = convert_in (underlying_int_type_in); local
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc451 tree underlying_int_type = convert_in (underlying_int_type_in);
453 if (underlying_int_type == error_mark_node)
458 TYPE_PRECISION (result) = TYPE_PRECISION (underlying_int_type);
459 TYPE_UNSIGNED (result) = TYPE_UNSIGNED (underlying_int_type);
447 tree underlying_int_type = convert_in (underlying_int_type_in); local
H A Dlibcp1plugin.cc1768 tree underlying_int_type = convert_in (underlying_int_type_in);
1775 if (underlying_int_type == error_mark_node)
1783 underlying_int_type,
1763 tree underlying_int_type = convert_in (underlying_int_type_in); local

Completed in 404 milliseconds