Lines Matching full:cfretain
32 CFTypeRef CFRetain(CFTypeRef);
49 CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +2 retain count}}
52 CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain count. The object is not eligible for garbage collection until the retain count reaches 0 again}}