Home
last modified time | relevance | path

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

/llvm-project/clang/test/ARCMT/
H A 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);
/llvm-project/clang/test/Analysis/
H A 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);