OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 124 milliseconds