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

  /src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc 2518 MATCHED_VTABLES tracks virtual tables we already did lookup
2537 hash_set<tree> *matched_vtables,
2590 ? !matched_vtables->contains (BINFO_VTABLE (inner_binfo))
2591 : !matched_vtables->add (BINFO_VTABLE (inner_binfo)))
2613 matched_vtables, anonymous, completep);
2621 MATCHED_VTABLES are used to avoid duplicate walking vtables.
2631 hash_set<tree> *matched_vtables,
2659 inserted, matched_vtables,
2664 matched_vtables,
2907 MATCHED_VTABLES and INSERTED is used to avoid duplicated work. *
3194 hash_set<tree> matched_vtables; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc 2504 MATCHED_VTABLES tracks virtual tables we already did lookup
2523 hash_set<tree> *matched_vtables,
2576 ? !matched_vtables->contains (BINFO_VTABLE (inner_binfo))
2577 : !matched_vtables->add (BINFO_VTABLE (inner_binfo)))
2599 matched_vtables, anonymous, completep);
2607 MATCHED_VTABLES are used to avoid duplicate walking vtables.
2617 hash_set<tree> *matched_vtables,
2645 inserted, matched_vtables,
2650 matched_vtables,
2893 MATCHED_VTABLES and INSERTED is used to avoid duplicated work. *
3180 hash_set<tree> matched_vtables; local
    [all...]

Completed in 62 milliseconds