Searched refs:CFTypeRefPtr (Results 1 – 1 of 1) sorted by relevance
25 typedef CFTypeRef _Nullable *CFTypeRefPtr; typedef26 void cfp1(CFTypeRefPtr p CF_RETURNS_NOT_RETAINED); // expected-warning {{pointer is missing a nulla…27 void cfp2(CFTypeRefPtr _Nonnull p CF_RETURNS_NOT_RETAINED);