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

  /src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc 2806 subbinfo_with_vtable_at_offset (tree binfo, unsigned HOST_WIDE_INT offset, function
2827 base_binfo = subbinfo_with_vtable_at_offset (base_binfo, offset, vtable);
2899 return subbinfo_with_vtable_at_offset (TYPE_BINFO (DECL_CONTEXT (vtable)),
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc 2792 subbinfo_with_vtable_at_offset (tree binfo, unsigned HOST_WIDE_INT offset, function
2813 base_binfo = subbinfo_with_vtable_at_offset (base_binfo, offset, vtable);
2885 return subbinfo_with_vtable_at_offset (TYPE_BINFO (DECL_CONTEXT (vtable)),

Completed in 25 milliseconds