HomeSort by relevance Sort by last modified time
    Searched full:cfmakecollectable (Results 26 - 30 of 30) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 541 HelpText<"Check for null arguments to CFRetain/CFRelease/CFMakeCollectable">,
  /external/clang/www/analyzer/
annotations.html 268 <tt>CFMakeCollectable</tt> to register the object with the Objective-C garbage
available_checks.html 811 <code>CFMakeCollectable</code>.</div></div></td>
    [all...]
  /external/clang/test/Analysis/
retain-release.m 69 extern CFTypeRef CFMakeCollectable(CFTypeRef cf);
526 // Test when we pass NULL to CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
539 CFMakeCollectable(p); // expected-warning{{Null pointer argument in call to CFMakeCollectable}}
549 // Test that an object is non-null after CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
563 CFMakeCollectable(p);
565 CFMakeCollectable(0); // no-warning
    [all...]
retain-release-path-notes.m 40 CFTypeRef CFMakeCollectable(CFTypeRef);
103 CFMakeCollectable(leaked); // expected-note{{When GC is not enabled a call to 'CFMakeCollectable' has no effect on its argument}}
    [all...]

Completed in 74 milliseconds

12