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.cc452 tree underlying_int_type = convert_in (underlying_int_type_in);
454 if (underlying_int_type == error_mark_node)
459 TYPE_PRECISION (result) = TYPE_PRECISION (underlying_int_type);
460 TYPE_UNSIGNED (result) = TYPE_UNSIGNED (underlying_int_type);
448 tree underlying_int_type = convert_in (underlying_int_type_in); local
H A Dlibcp1plugin.cc1769 tree underlying_int_type = convert_in (underlying_int_type_in);
1776 if (underlying_int_type == error_mark_node)
1784 underlying_int_type,
1764 tree underlying_int_type = convert_in (underlying_int_type_in); local

Completed in 218 milliseconds