Searched defs:DEPRECATED_ATTRIBUTE (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/objc4-646/runtime/OldClasses.subproj/
H A DList.h44 id *dataPtr DEPRECATED_ATTRIBUTE; /* data of the List object */ variable
45 unsigned numElements DEPRECATED_ATTRIBUTE; /* Actual number of elements */ variable
46 unsigned maxElements DEPRECATED_ATTRIBUTE; /* Total allocated elements */ variable
53 - (id)copyFromZone:(void *)z DEPRECATED_ATTRIBUTE; variable
58 - (id)initCount:(unsigned)numSlots DEPRECATED_ATTRIBUTE; variable
67 - (id)setAvailableCapacity:(unsigned)numSlots DEPRECATED_ATTRIBUTE; variable
72 - (id)objectAt:(unsigned)index DEPRECATED_ATTRIBUTE; variable
75 - (id)insertObject:anObject at:(unsigned)index DEPRECATED_ATTRIBUTE; variable
76 - (id)removeObjectAt:(unsigned)index DEPRECATED_ATTRIBUTE; variable
78 - (id)replaceObjectAt:(unsigned)index with:newObject DEPRECATED_ATTRIBUTE; variable
79 - (id)appendList: (List *)otherList DEPRECATED_ATTRIBUTE; variable
94 - (id)makeObjectsPerform:(SEL)aSelector DEPRECATED_ATTRIBUTE; variable
95 - (id)makeObjectsPerform:(SEL)aSelector with:anObject DEPRECATED_ATTRIBUTE; variable
103 + (id)new DEPRECATED_ATTRIBUTE; variable
104 + (id)newCount:(unsigned)numSlots DEPRECATED_ATTRIBUTE; variable
110 } NXListId DEPRECATED_ATTRIBUTE; typedef in typeref:struct:__anon11370
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Derrors.h78 static UnixError make(int err = errno) DEPRECATED_ATTRIBUTE; member in class:Security::UnixError
H A Ddebugging.h102 inline bool debugging(const char *scope) DEPRECATED_ATTRIBUTE; member in namespace:Security::Debug
103 inline void debug(const char *scope, const char *format, ...) DEPRECATED_ATTRIBUTE; member in namespace:Security::Debug
104 inline void vdebug(const char *scope, const char *format, va_list args) DEPRECATED_ATTRIBUTE; member in namespace:Security::Debug
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Derrors.h78 static UnixError make(int err = errno) DEPRECATED_ATTRIBUTE; member in class:Security::UnixError
H A Ddebugging.h102 inline bool debugging(const char *scope) DEPRECATED_ATTRIBUTE; member in namespace:Security::Debug
103 inline void debug(const char *scope, const char *format, ...) DEPRECATED_ATTRIBUTE; member in namespace:Security::Debug
104 inline void vdebug(const char *scope, const char *format, va_list args) DEPRECATED_ATTRIBUTE; member in namespace:Security::Debug
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAvailabilityMacros.h162 #define DEPRECATED_ATTRIBUTE __attribute__((deprecated)) macro
169 #define DEPRECATED_ATTRIBUTE macro
173 #define DEPRECATED_ATTRIBUTE __attribute__((deprecated)) macro
180 #define DEPRECATED_ATTRIBUTE macro
[all...]
/macosx-10.10.1/libauto-186/
H A Dauto_zone.h208 void (*scan_external_callout)(void *context, void (*scanner)(void *context, void *start, void *end)) DEPRECATED_ATTRIBUTE; member in struct:__anon9188
211 void (*will_grow)(auto_zone_t *zone, auto_heap_growth_info_t) DEPRECATED_ATTRIBUTE; member in struct:__anon9188
466 } DEPRECATED_ATTRIBUTE; variable in typeref:struct:old_auto_weak_callback_block

Completed in 152 milliseconds