Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h205 #ifndef __has_feature
206 # define __has_feature(x) 0 macro
211 # if __has_feature(memory_sanitizer)
241 # if __has_feature(address_sanitizer)
/f-stack/freebsd/sys/
H A Dcdefs.h52 #define __has_extension __has_feature
54 #ifndef __has_feature
55 #define __has_feature(x) 0 macro
782 #if !(defined(__clang__) && __has_feature(nullability))
/f-stack/freebsd/contrib/edk2/Include/
H A DBase.h63 #elif defined (__has_feature)
143 #ifdef __has_feature
144 #if __has_feature (attribute_analyzer_noreturn)
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c165 #if defined(__has_feature) && !defined(BACKTRACE_ENABLE) /* Clang compiler */
166 # if (__has_feature(address_sanitizer))
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c255 #if defined (__has_feature)
256 # if __has_feature(memory_sanitizer)
282 #if defined (__has_feature)
283 # if __has_feature(address_sanitizer)