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

  /external/clang/test/ARCMT/
Common.h 69 typedef const void* objc_objectptr_t; typedef
70 extern __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((cf_consumed)) pointer);
71 extern __attribute__((ns_returns_not_retained)) id objc_unretainedObject(objc_objectptr_t pointer);
72 extern objc_objectptr_t objc_unretainedPointer(id object);
  /external/clang/test/Analysis/
objc-arc.m 47 typedef const void* objc_objectptr_t;
48 __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((cf_consumed)) pointer);
49 __attribute__((ns_returns_not_retained)) id objc_unretainedObject(objc_objectptr_t pointer);
    [all...]

Completed in 101 milliseconds