Searched refs:__has_attribute (Results 1 – 1 of 1) sorted by relevance
48 #ifndef __has_attribute49 #define __has_attribute(x) 0 macro222 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__)229 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)815 #if __has_attribute(__argument_with_type_tag__) && \816 __has_attribute(__type_tag_for_datatype__)884 #if __has_attribute(no_sanitize) && defined(__clang__)
Completed in 6 milliseconds