Searched refs:__has_attribute (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h42 #ifndef __has_attribute
43 #define __has_attribute(x) 0 macro
240 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__)
245 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)
538 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__artificial__)
790 #if __has_attribute(__argument_with_type_tag__) && \
791 __has_attribute(__type_tag_for_datatype__) && !defined(lint)

Completed in 75 milliseconds