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

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 1142 tree known_current_type; member in struct:type_change_info
1151 /* Set to true if multiple types have been encountered. known_current_type
1388 && (!types_same_for_odr (type, tci->known_current_type)
1391 tci->known_current_type = TYPE_MAIN_VARIANT (type);
1725 tci.known_current_type = NULL_TREE;
1803 && types_same_for_odr (tci.known_current_type,
1806 && types_same_for_odr (tci.known_current_type,
1818 if (tci.known_current_type
1824 outer_type = TYPE_MAIN_VARIANT (tci.known_current_type);
1835 speculative_outer_type = TYPE_MAIN_VARIANT (tci.known_current_type);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 1143 tree known_current_type; member in struct:type_change_info
1152 /* Set to true if multiple types have been encountered. known_current_type
1389 && (!types_same_for_odr (type, tci->known_current_type)
1392 tci->known_current_type = TYPE_MAIN_VARIANT (type);
1726 tci.known_current_type = NULL_TREE;
1804 && types_same_for_odr (tci.known_current_type,
1807 && types_same_for_odr (tci.known_current_type,
1819 if (tci.known_current_type
1825 outer_type = TYPE_MAIN_VARIANT (tci.known_current_type);
1836 speculative_outer_type = TYPE_MAIN_VARIANT (tci.known_current_type);
    [all...]

Completed in 20 milliseconds