reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  231     using bottom_up_ptr_iterator = decltype(PerPtrBottomUp)::iterator;
  233         decltype(PerPtrBottomUp)::const_iterator;
  236       return PerPtrBottomUp.begin();
  238     bottom_up_ptr_iterator bottom_up_ptr_end() { return PerPtrBottomUp.end(); }
  240       return PerPtrBottomUp.begin();
  243       return PerPtrBottomUp.end();
  246       return !PerPtrBottomUp.empty();
  272       return PerPtrBottomUp[Arg];
  278       return PerPtrBottomUp.find(Arg);
  282       PerPtrBottomUp.clear();
  343   PerPtrBottomUp = Other.PerPtrBottomUp;
  343   PerPtrBottomUp = Other.PerPtrBottomUp;
  421     auto Pair = PerPtrBottomUp.insert(*MI);
  430     if (Other.PerPtrBottomUp.find(MI->first) == Other.PerPtrBottomUp.end())
  430     if (Other.PerPtrBottomUp.find(MI->first) == Other.PerPtrBottomUp.end())