Home | History | Annotate | Download | only in analyzer

Lines Matching full:__has_feature

166 #ifndef __has_feature      // Optional.
167 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
171 #if __has_feature(attribute_ns_returns_retained)
214 #ifndef __has_feature // Optional.
215 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
219 #if __has_feature(attribute_ns_returns_not_retained)
274 #ifndef __has_feature // Optional.
275 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
279 #if __has_feature(attribute_cf_returns_retained)
342 #ifndef __has_feature // Optional.
343 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
347 #if __has_feature(attribute_cf_returns_not_retained)
373 #ifndef __has_feature // Optional.
374 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
378 #if __has_feature(attribute_ns_consumed)
425 #ifndef __has_feature // Optional.
426 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
430 #if __has_feature(attribute_cf_consumed)
475 #ifndef __has_feature
476 #define __has_feature(x) 0 // Compatibility with non-clang compilers.
480 #if __has_feature((attribute_ns_consumes_self))
588 #if __has_feature(attribute_analyzer_noreturn)