HomeSort by relevance Sort by last modified time
    Searched full:xpc_retain (Results 1 - 4 of 4) sorted by null

  /external/clang/test/ARCMT/
dispatch.m 16 xpc_retain(o);
autoreleases.m 47 _xpc_prop = xpc_retain(newVal);
Common.h 76 #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; }) macro
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 316 /// #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; })
332 .Case("xpc_retain", true)

Completed in 124 milliseconds