Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-attribute.c1 #ifndef __has_attribute
2 __has_attribute()??? Quesako?
3 #define __has_attribute(x) 0 macro
8 123 __has_attribute(nothinx) def
10 #if __has_attribute(nothinx)
15 && __has_attribute(packed) \
16 && __has_attribute(aligned) \
17 && __has_attribute(const) \
18 && __has_attribute(pure) \
35 && __has_attribute(safe) \
[all …]
/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__)
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)
/illumos-gate/usr/src/tools/smatch/src/
H A Dident-list.h62 IDENT(__has_attribute);