HomeSort by: relevance | last modified time | path
    Searched defs:underlying_int_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcc1/
libcc1plugin.cc 461 tree underlying_int_type = convert_in (underlying_int_type_in);
463 if (underlying_int_type == error_mark_node)
468 TYPE_PRECISION (result) = TYPE_PRECISION (underlying_int_type);
469 TYPE_UNSIGNED (result) = TYPE_UNSIGNED (underlying_int_type);
470 ENUM_UNDERLYING_TYPE (result) = underlying_int_type;
457 tree underlying_int_type = convert_in (underlying_int_type_in); local
libcp1plugin.cc 1769 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
  /src/external/gpl3/gcc.old/dist/libcc1/
libcc1plugin.cc 451 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
libcp1plugin.cc 1768 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 31 milliseconds