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

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  444          << "\n            KnownSafe:        " << (P.IsKnownSafe()?"true":"false")
  464          << "\n            KnownSafe:        " << (P.IsKnownSafe()?"true":"false")
 1048     if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) {
 1062     if (!S.IsKnownSafe() && !SuccSRRIKnownSafe)
 1091     if (!S.IsKnownSafe() && !SuccSRRIKnownSafe)
 1152       const bool SuccSRRIKnownSafe = SuccS.IsKnownSafe();