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

  /external/clang/test/ARCMT/
dispatch.m 17 xpc_release(o);
Common.h 77 #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; }) macro
objcmt-arc-cf-annotations.m     [all...]
objcmt-arc-cf-annotations.m.result     [all...]
  /external/libchrome/sandbox/mac/
xpc_stubs.sig 10 void xpc_release(xpc_object_t object);
xpc_stubs_header.fragment 41 XPC_EXPORT XPC_NONNULL1 void xpc_release(xpc_object_t object);
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 317 /// #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; })
333 .Case("xpc_release", true)
  /external/clang/test/Analysis/
retain-release.m     [all...]

Completed in 201 milliseconds