Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 18 of 18) sorted by relevance

/xnu-10063.141.1/libkern/os/
H A Dbase.h36 #ifndef __has_attribute
37 #define __has_attribute(x) 0 macro
120 #if __has_attribute(noescape)
128 #elif __has_attribute(fallthrough)
154 #if __has_attribute(analyzer_suppress)
160 #if __has_attribute(enum_extensibility)
168 #if __has_attribute(flag_enum)
246 #if __has_attribute(__swift_attr__)
253 #if __has_attribute(swift_private)
259 #if __has_attribute(swift_name)
[all …]
H A Dobject.h78 #if defined(__has_attribute)
79 #if __has_attribute(objc_independent_class)
96 #if defined(__has_attribute)
97 #if __has_attribute(ns_returns_retained)
102 #if __has_attribute(ns_consumed)
H A Dlog.h31 #ifndef __has_attribute
32 #define __has_attribute(x) 0 macro
39 #if __has_attribute(not_tail_called)
H A Drefcnt.h89 #if __has_attribute(diagnose_if)
/xnu-10063.141.1/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h35 #ifndef __has_attribute
36 #define __has_attribute(x) 0 macro
119 #if __has_attribute(noescape)
127 #elif __has_attribute(fallthrough)
153 #if __has_attribute(analyzer_suppress)
159 #if __has_attribute(enum_extensibility)
167 #if __has_attribute(flag_enum)
245 #if __has_attribute(__swift_attr__)
252 #if __has_attribute(swift_private)
258 #if __has_attribute(swift_name)
[all …]
/xnu-10063.141.1/bsd/sys/
H A Dcdefs.h97 #ifndef __has_attribute
98 #define __has_attribute(x) 0 macro
182 #if __has_attribute(cold)
189 #if __has_attribute(returns_nonnull)
238 #if __has_attribute(unavailable)
314 #if __has_attribute(disable_tail_calls)
326 #if __has_attribute(not_tail_called)
337 #if __has_attribute(warn_unused_result)
481 #if __has_attribute(alloc_align)
502 #if __has_attribute(alloc_size)
[all …]
/xnu-10063.141.1/bsd/sys/_types/
H A D_uintptr_t.h31 #ifndef __has_attribute
33 #elif KERNEL && __has_attribute(xnu_usage_semantics)
/xnu-10063.141.1/EXTERNAL_HEADERS/
H A DAvailability.h247 #if defined(__has_attribute)
248 #if __has_attribute(availability)
269 #if defined(__has_attribute)
270 #if __has_attribute(availability)
H A DAvailabilityMacros.h170 #if defined(__has_feature) && defined(__has_attribute)
171 #if __has_attribute(deprecated)
227 #ifdef __has_attribute
228 #if __has_attribute(availability)
H A DAvailabilityInternal.h91 #if defined(__has_attribute) && defined(__has_feature)
92 #if __has_attribute(availability)
20674 #if defined(__has_attribute) && defined(__has_feature)
20675 #if __has_attribute(availability)
/xnu-10063.141.1/libkern/libkern/c++/
H A DOSMetaClass.h77 #if __has_attribute(os_returns_retained)
82 #if __has_attribute(os_returns_not_retained)
93 #if __has_attribute(os_consumed)
104 #if __has_attribute(os_consumes_this)
116 #if __has_attribute(os_returns_retained_on_zero)
128 #if __has_attribute(os_returns_retained_on_non_zero)
H A DOSPtr.h89 #if __has_attribute(returns_nonnull)
/xnu-10063.141.1/iokit/DriverKit/
H A DOSObject.iig170 #if __has_attribute(os_returns_retained)
175 #if __has_attribute(os_returns_not_retained)
186 #if __has_attribute(os_consumed)
197 #if __has_attribute(os_consumes_this)
209 #if __has_attribute(os_returns_retained_on_zero)
221 #if __has_attribute(os_returns_retained_on_non_zero)
/xnu-10063.141.1/libsyscall/os/
H A Dtsd.h112 #if defined(__has_attribute)
113 #if __has_attribute(address_space)
/xnu-10063.141.1/osfmk/kern/
H A Dbtlog.h72 #if __has_attribute(diagnose_if)
/xnu-10063.141.1/osfmk/mach/
H A Dmig.h180 #if __has_attribute(mig_server_routine)
/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h57 #if !defined(__has_attribute)
58 #define __has_attribute(ATTR) 0 macro
/xnu-10063.141.1/osfmk/libsa/
H A Dstring.h201 #if __XNU_FORTIFY_SOURCE == 0 || !__has_attribute(diagnose_if)