HomeSort by relevance Sort by last modified time
    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 34 } dispatch_object_t __attribute__((__transparent_union__)); typedef in typeref:union:__anon6140
    [all...]

Completed in 38 milliseconds