Lines Matching full:cfmakecollectable
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
10221 // CHECK-NEXT: <string>Null pointer argument in call to CFMakeCollectable</string>
10223 // CHECK-NEXT: <string>Null pointer argument in call to CFMakeCollectable</string>
10226 // CHECK-NEXT: <key>description</key><string>Null pointer argument in call to CFMakeCollectable</string>