Home | History | Annotate | Download | only in Analysis

Lines Matching full:__has_feature

6 #if __has_feature(attribute_ns_returns_retained)
9 #if __has_feature(attribute_cf_returns_retained)
12 #if __has_feature(attribute_ns_returns_not_retained)
15 #if __has_feature(attribute_cf_returns_not_retained)
18 #if __has_feature(attribute_ns_consumes_self)
21 #if __has_feature(attribute_ns_consumed)
24 #if __has_feature(attribute_cf_consumed)