Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h94 #ifndef __has_attribute
95 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
107 #if ((defined(__clang__) && __has_attribute(__target__)) \
/f-stack/freebsd/sys/
H A Dcdefs.h48 #ifndef __has_attribute
49 #define __has_attribute(x) 0 macro
227 #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__)
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1234 #ifndef __has_attribute
1235 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
1247 #if ((defined(__clang__) && __has_attribute(__target__)) \