Symbol: __has_feature
crypto/openssh/openbsd-compat/explicit_bzero.c
54
#if defined(__has_feature)
crypto/openssh/openbsd-compat/explicit_bzero.c
55
# if __has_feature(memory_sanitizer)
crypto/openssl/apps/s_client.c
1054
#if defined(__has_feature)
crypto/openssl/apps/s_client.c
1055
#if __has_feature(memory_sanitizer)
crypto/openssl/apps/s_client.c
52
#if defined(__has_feature)
crypto/openssl/apps/s_client.c
53
#if __has_feature(memory_sanitizer)
crypto/openssl/crypto/engine/eng_rdrand.c
23
#if defined(__has_feature)
crypto/openssl/crypto/engine/eng_rdrand.c
24
#if __has_feature(memory_sanitizer)
crypto/openssl/crypto/engine/eng_rdrand.c
39
#if defined(__has_feature)
crypto/openssl/crypto/engine/eng_rdrand.c
40
#if __has_feature(memory_sanitizer)
crypto/openssl/crypto/hashtable/hashtable.c
64
#if defined(__clang__) && defined(__has_feature)
crypto/openssl/crypto/hashtable/hashtable.c
65
#if __has_feature(thread_sanitizer)
crypto/openssl/crypto/threads_pthread.c
19
#if defined(__clang__) && defined(__has_feature)
crypto/openssl/crypto/threads_pthread.c
20
#if __has_feature(thread_sanitizer)
crypto/openssl/include/internal/refcount.h
29
#if defined(__has_feature)
crypto/openssl/include/internal/refcount.h
30
#if __has_feature(thread_sanitizer)
crypto/openssl/test/memleaktest.c
17
#if defined(__has_feature)
crypto/openssl/test/memleaktest.c
18
#if __has_feature(address_sanitizer)
sys/sys/cdefs.h
509
#if !(defined(__clang__) && __has_feature(nullability))
sys/sys/cdefs.h
52
#define __has_extension __has_feature
sys/sys/cdefs.h
54
#ifndef __has_feature
sys/sys/cdefs.h
597
#if __has_feature(address_sanitizer) && defined(__clang__)
sys/sys/cdefs.h
606
#if __has_feature(coverage_sanitizer) && defined(__clang__)
sys/sys/cdefs.h
611
#if __has_feature(memory_sanitizer) && defined(__clang__)
sys/sys/cdefs.h
620
#if __has_feature(thread_sanitizer) && defined(__clang__)
tools/build/cross-build/include/common/sys/cdefs.h
196
#ifndef __has_feature
tools/build/cross-build/include/common/sys/cdefs.h
207
#if !(defined(__clang__) && __has_feature(nullability))