Searched refs:__has_attribute (Results 1 – 3 of 3) sorted by relevance
1 #ifndef __has_attribute2 __has_attribute()??? Quesako?3 #define __has_attribute(x) 0 macro8 123 __has_attribute(nothinx) def10 #if __has_attribute(nothinx)15 && __has_attribute(packed) \16 && __has_attribute(aligned) \17 && __has_attribute(const) \18 && __has_attribute(pure) \19 && __has_attribute(noreturn) \[all …]
42 #ifndef __has_attribute43 #define __has_attribute(x) 0 macro240 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__)247 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)540 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__artificial__)792 #if __has_attribute(__argument_with_type_tag__) && \793 __has_attribute(__type_tag_for_datatype__) && !defined(lint)
62 IDENT(__has_attribute);