OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatch_object_t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/ARCMT/
Common.h
74
#define dispatch_retain(object) ({
dispatch_object_t
_o = (object); _dispatch_object_validate(_o); (void)[_o retain]; })
75
#define dispatch_release(object) ({
dispatch_object_t
_o = (object); _dispatch_object_validate(_o); [_o release]; })
79
typedef id
dispatch_object_t
;
typedef
82
void _dispatch_object_validate(
dispatch_object_t
object);
/external/clang/test/Analysis/
unix-fns.c
35
}
dispatch_object_t
__attribute__((__transparent_union__));
typedef in typeref:union:__anon16263
[
all
...]
Completed in 626 milliseconds