Searched refs:CF_CONSUMED (Results 1 – 13 of 13) sorted by relevance
/external/clang/test/ARCMT/ |
D | Common.h | 8 #define CF_CONSUMED __attribute__((cf_consumed)) macro 28 NS_INLINE NS_RETURNS_RETAINED id NSMakeCollectable(CFTypeRef CF_CONSUMED cf) NS_AUTOMATED_REFCOUNT_… 91 NS_INLINE id CFBridgingRelease(CFTypeRef CF_CONSUMED X) { in CFBridgingRelease() 101 NS_INLINE id CFBridgingRelease(CFTypeRef CF_CONSUMED X) { in CFBridgingRelease()
|
D | nonobjc-to-objc-cast.m | 65 extern void consumeParam(CFStringRef CF_CONSUMED p);
|
D | nonobjc-to-objc-cast.m.result | 65 extern void consumeParam(CFStringRef CF_CONSUMED p);
|
D | objcmt-ns-returns-inner-pointer.m | 33 #define CF_CONSUMED __attribute__((cf_consumed)) macro
|
D | objcmt-migrate-all.m | 34 #define CF_CONSUMED __attribute__((cf_consumed)) macro
|
D | objcmt-migrate-all.m.result | 34 #define CF_CONSUMED __attribute__((cf_consumed))
|
D | objcmt-ns-returns-inner-pointer.m.result | 33 #define CF_CONSUMED __attribute__((cf_consumed))
|
D | objcmt-arc-cf-annotations.m.result | 41 #define CF_CONSUMED __attribute__((cf_consumed)) 238 …ortRef notifyPort, const io_name_t notificationType, CFDictionaryRef CF_CONSUMED matching, … 1392 + (void) consume2:(id) CF_CONSUMED x; 1438 void consume_cf(id CF_CONSUMED x); 1646 extern void rdar_9234108_helper(void *key, void * CF_CONSUMED value); 1797 - (instancetype)initWithObj:(id CF_CONSUMED)obj; 1986 void CFConsumeAndStopTracking(CFTypeRef CF_CONSUMED obj, void (^callback)(void)); 2104 CFAttributedStringRef CFAttributedCreate(void *CFObj CF_CONSUMED) CF_RETURNS_RETAINED;
|
D | objcmt-arc-cf-annotations.m | 41 #define CF_CONSUMED __attribute__((cf_consumed)) macro 1350 + (void) consume2:(id) CF_CONSUMED x; 1396 void consume_cf(id CF_CONSUMED x); 1598 extern void rdar_9234108_helper(void *key, void * CF_CONSUMED value); 1749 - (id)initWithObj:(id CF_CONSUMED)obj; argument 1938 void CFConsumeAndStopTracking(CFTypeRef CF_CONSUMED obj, void (^callback)(void)); 2056 CFAttributedStringRef CFAttributedCreate(void *CFObj CF_CONSUMED) CF_RETURNS_RETAINED;
|
/external/google-breakpad/src/common/mac/ |
D | GTMDefines.h | 314 #ifndef CF_CONSUMED 316 #define CF_CONSUMED __attribute__((cf_consumed)) macro 318 #define CF_CONSUMED macro
|
/external/clang/test/Analysis/ |
D | retain-release-gc-only.m | 399 #define CF_CONSUMED __attribute__((cf_consumed)) macro 403 void CFConsumeAndStopTracking(CFTypeRef CF_CONSUMED obj, void (^callback)(void));
|
D | retain-release.mm | 22 #define CF_CONSUMED __attribute__((cf_consumed)) macro
|
D | retain-release.m | 26 #define CF_CONSUMED __attribute__((cf_consumed)) macro 70 extern CFTypeRef CFAutorelease(CFTypeRef CF_CONSUMED cf); 1345 + (void) consume2:(id) CF_CONSUMED x; 1391 void consume_cf(id CF_CONSUMED x); 1593 extern void rdar_9234108_helper(void *key, void * CF_CONSUMED value); 1744 - (id)initWithObj:(id CF_CONSUMED)obj; argument 1933 void CFConsumeAndStopTracking(CFTypeRef CF_CONSUMED obj, void (^callback)(void));
|