Searched defs:rep (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOReporter.cpp | 73 IOReporter *rep = OSDynamicCast(IOReporter, object); in configureAllReports() local 125 IOReporter *rep = OSDynamicCast(IOReporter, object); in updateAllReports() local
|
| /xnu-8792.41.9/EXTERNAL_HEADERS/ |
| H A D | AvailabilityInternal.h | 23372 …#define __API_R(rep,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x,replacement=rep))) argument 23374 #define __API_R(rep,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x))) argument 23377 #define __API_R(rep,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x))) argument 23380 #define __API_DEPRECATED_REP2(rep,x) __API_R(rep,x) argument 23381 #define __API_DEPRECATED_REP3(rep,x,y) __API_R(rep,x) __API_R(rep,y) argument 23382 #define __API_DEPRECATED_REP4(rep,x,y,z) __API_DEPRECATED_REP3(rep,x,y) __API_R(rep,z) argument 23383 #define __API_DEPRECATED_REP5(rep,x,y,z,t) __API_DEPRECATED_REP4(rep,x,y,z) __API_R(rep,t) argument
|