Searched refs:__has_attribute (Results 1 – 3 of 3) sorted by relevance
94 #ifndef __has_attribute95 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro107 #if ((defined(__clang__) && __has_attribute(__target__)) \
48 #ifndef __has_attribute49 #define __has_attribute(x) 0 macro227 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__)234 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)801 #if __has_attribute(__argument_with_type_tag__) && \802 __has_attribute(__type_tag_for_datatype__)870 #if __has_attribute(no_sanitize) && defined(__clang__)
1234 #ifndef __has_attribute1235 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro1247 #if ((defined(__clang__) && __has_attribute(__target__)) \