Lines Matching full:released
15 // property but the ivar is not released in -dealloc by either -release
19 // synthesized instance variable is released in the following cases:
53 /// Indicates whether an instance variable is required to be released in
56 /// The instance variable must be released, either by calling
60 /// The instance variable must not be directly released with -release.
188 /// symbols remaining that must be released in -dealloc.
257 /// instance variables that must be released by the end of -dealloc
277 // Symbols that must be released by the end of the -dealloc;
353 // An instance variable symbol was released with -release:
358 // An instance variable symbol was released nilling out its property:
391 // calls a helper method and that this class overrides, any ivars released in
454 /// If a symbol escapes conservatively assume unseen code released it.
473 // must be released, remove these obligations when the object escapes
584 OS << " by a synthesized property but not released"
641 /// must not be directly released in a -dealloc. Returns true if a diagnostic
646 // Try to get the region from which the released value was loaded.
648 // values that must not be released in the state. This is because even if
657 // If the ivar belongs to a property that must not be released directly
697 OS << "' will be released by '-[CIFilter dealloc]' but also released here";
706 OS << " property but was released in 'dealloc'";
749 << "' should be released rather than deallocated";
875 /// released in -dealloc or whether it cannot be determined.
887 // the value in their instance variables must be released in -dealloc.
913 /// Returns the released value if M is a call a setter that releases
1027 /// This method returns true if the property will be released by