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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 12116 tree deref_from_type2 = NULL_TREE; local
12411 deref_from_type2 = TREE_TYPE (from_type2);
12429 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2);
12434 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_from_type2)))
12448 deref_from_type2))
12450 else if (is_properly_derived_from (deref_from_type2,
12457 if (same_type_p (deref_from_type1, deref_from_type2))
12484 if (same_type_p (deref_from_type1, deref_from_type2))
12495 if (is_properly_derived_from (deref_from_type2,
12499 deref_from_type2))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 11453 tree deref_from_type2 = NULL_TREE; local
11673 deref_from_type2 = TREE_TYPE (from_type2);
11691 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2);
11696 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_from_type2)))
11710 deref_from_type2))
11712 else if (is_properly_derived_from (deref_from_type2,
11719 if (same_type_p (deref_from_type1, deref_from_type2))
11746 if (same_type_p (deref_from_type1, deref_from_type2))
11757 if (is_properly_derived_from (deref_from_type2,
11761 deref_from_type2))
    [all...]

Completed in 55 milliseconds