Searched refs:dispatch_object_t (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/ARCMT/
H A DCommon.h74 #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/
H A Dunix-fns.c35 } dispatch_object_t __attribute__((__transparent_union__)); typedef in typeref:union:__anon18344

Completed in 93 milliseconds