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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 1575 && is_properly_derived_from (from, to))
1695 if (is_properly_derived_from (conv->type, t))
11989 is_properly_derived_from (tree derived, tree base) function
12447 if (is_properly_derived_from (deref_from_type1,
12450 else if (is_properly_derived_from (deref_from_type2,
12461 if (is_properly_derived_from (deref_from_type1,
12466 else if (is_properly_derived_from (deref_from_type1,
12486 if (is_properly_derived_from (deref_to_type1,
12489 else if (is_properly_derived_from (deref_to_type2,
12495 if (is_properly_derived_from (deref_from_type2
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 1542 && is_properly_derived_from (from, to))
1663 if (is_properly_derived_from (conv->type, t))
11326 is_properly_derived_from (tree derived, tree base) function
11709 if (is_properly_derived_from (deref_from_type1,
11712 else if (is_properly_derived_from (deref_from_type2,
11723 if (is_properly_derived_from (deref_from_type1,
11728 else if (is_properly_derived_from (deref_from_type1,
11748 if (is_properly_derived_from (deref_to_type1,
11751 else if (is_properly_derived_from (deref_to_type2,
11757 if (is_properly_derived_from (deref_from_type2
    [all...]

Completed in 259 milliseconds