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

  /external/clang/test/ARCMT/
GC-check.m 7 CFTypeRef CFMakeCollectable(CFTypeRef cf) CF_AUTOMATED_REFCOUNT_UNAVAILABLE; // expected-note {{unavailable}}
11 CFTypeRef c = CFMakeCollectable(cft); // expected-error {{CFMakeCollectable will leak the object that it receives in ARC}} \
Common.h 26 CFTypeRef CFMakeCollectable(CFTypeRef cf) NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
102 return [(id)CFMakeCollectable(X) autorelease];
objcmt-arc-cf-annotations.m 83 extern CFTypeRef CFMakeCollectable(CFTypeRef cf);
531 // Test when we pass NULL to CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
544 CFMakeCollectable(p);
554 // Test that an object is non-null after CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
568 CFMakeCollectable(p);
570 CFMakeCollectable(0); // no-warning
    [all...]
objcmt-arc-cf-annotations.m.result 89 extern CFTypeRef CFMakeCollectable(CFTypeRef cf);
573 // Test when we pass NULL to CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
586 CFMakeCollectable(p);
596 // Test that an object is non-null after CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
610 CFMakeCollectable(p);
612 CFMakeCollectable(0); // no-warning
    [all...]
  /external/clang/test/Analysis/
PR2599.m 7 CFTypeRef CFMakeCollectable(CFTypeRef cf) ;
47 #define UTIL_AUTORELEASE_CF_AS_ID(cf) ( (((void*)0) == (cf)) ? ((void*)0) : [(id) CFMakeCollectable( (CFTypeRef) cf) autorelease] )
49 #define UTIL_AUTORELEASE_CF_AS_ID_WITHOUT_TEST(cf) ( [(id) CFMakeCollectable( (CFTypeRef) cf) autorelease] )
CFDateGC.m 15 CFTypeRef CFMakeCollectable(CFTypeRef cf);
48 // The following two test cases verifies that CFMakeCollectable is a no-op
54 [(id) CFMakeCollectable(date) release];
65 [(id) CFMakeCollectable(date) release];
retain-release-gc-only.m 223 CFTypeRef CFMakeCollectable(CFTypeRef cf) ;
227 return cf ? (id)CFMakeCollectable(cf) : ((void*)0);
249 CFMakeCollectable(A);
255 CFMakeCollectable(A);
retain-release-path-notes-gc.m 36 CFTypeRef CFMakeCollectable(CFTypeRef);
50 CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1}}
433 // CHECK-NEXT: <string>In GC mode a call to &apos;CFMakeCollectable&apos; decrements an object&apos;s retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1</string>
435 // CHECK-NEXT: <string>In GC mode a call to &apos;CFMakeCollectable&apos; decrements an object&apos;s retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1</string>
    [all...]
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...]
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 32 CFMakeCollectableII = &Ids.get("CFMakeCollectable");
61 TA.reportError("CFMakeCollectable will leak the object that it "
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplMac.mm 38 CFMakeCollectable(object);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 60 /// The argument acts as if has been passed to CFMakeCollectable, which
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 526 // CFRetain/CFRelease/CFMakeCollectable/CFAutorelease checking for null arguments.
557 MakeCollectable = &Ctx.Idents.get("CFMakeCollectable");
563 // Check if we called CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
602 description = "Null pointer argument in call to CFMakeCollectable";
    [all...]
RetainCountChecker.cpp 621 enum UnaryFuncKind { cfretain, cfrelease, cfautorelease, cfmakecollectable }; enumerator in enum:__anon22042::RetainSummaryManager::UnaryFuncKind
    [all...]
Checkers.td 468 HelpText<"Check for null arguments to CFRetain/CFRelease/CFMakeCollectable">,
  /external/clang/tools/scan-build/
scan-build.1 276 .Fn CFMakeCollectable .
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build.1 276 .Fn CFMakeCollectable .
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build.1 276 .Fn 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...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 

Completed in 935 milliseconds