HomeSort by relevance Sort by last modified time
    Searched refs:CF_CONSUMED (Results 1 - 2 of 2) sorted by null

  /external/clang/test/ARCMT/
Common.h 8 #define CF_CONSUMED __attribute__((cf_consumed))
28 NS_INLINE NS_RETURNS_RETAINED id NSMakeCollectable(CFTypeRef CF_CONSUMED cf) NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
70 extern __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((cf_consumed)) pointer);
91 NS_INLINE id CFBridgingRelease(CFTypeRef CF_CONSUMED X) {
101 NS_INLINE id CFBridgingRelease(CFTypeRef CF_CONSUMED X) {
  /external/google-breakpad/src/common/mac/
GTMDefines.h 314 #ifndef CF_CONSUMED
316 #define CF_CONSUMED __attribute__((cf_consumed))
318 #define CF_CONSUMED

Completed in 656 milliseconds