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

  /src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc 361 types_same_for_odr (const_tree type1, const_tree type2) function
411 return types_same_for_odr (t1, t2);
601 if (!types_same_for_odr (t1, t2))
1182 && types_same_for_odr (t1, t2))
1721 if (!types_same_for_odr (type1, type2))
2548 if (types_same_for_odr (type, outer_type))
2925 if (types_same_for_odr (outer_type, otr_type))
3321 && types_same_for_odr (DECL_CONTEXT (nodes[0]->decl),
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc 358 types_same_for_odr (const_tree type1, const_tree type2) function
408 return types_same_for_odr (t1, t2);
598 if (!types_same_for_odr (t1, t2))
1179 && types_same_for_odr (t1, t2))
1707 if (!types_same_for_odr (type1, type2))
2534 if (types_same_for_odr (type, outer_type))
2911 if (types_same_for_odr (outer_type, otr_type))
3307 && types_same_for_odr (DECL_CONTEXT (nodes[0]->decl),

Completed in 18 milliseconds