Home
last modified time | relevance | path

Searched refs:objc_objectptr_t (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/ARCMT/
DCommon.h69 typedef const void* objc_objectptr_t; typedef
70 extern __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((…
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/
Dobjc-arc.m47 typedef const void* objc_objectptr_t; typedef
48 __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((cf_cons…
49 __attribute__((ns_returns_not_retained)) id objc_unretainedObject(objc_objectptr_t pointer);