Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcompiler-clang.h31 #if __has_feature(address_sanitizer) || __has_feature(hwaddress_sanitizer)
40 #if __has_feature(thread_sanitizer)
55 #if __has_feature(undefined_behavior_sanitizer)
63 #if __has_feature(memory_sanitizer)
91 #if __has_feature(coverage_sanitizer)
97 #if __has_feature(shadow_call_stack)
101 #if __has_feature(kcfi)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch48 +#define __has_extension __has_feature
51 +#if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
55 +#if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI)
59 +#if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID)
107 +# if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
112 +#if !__has_feature(cxx_auto_type)
125 +#if !__has_feature(cxx_constexpr)
129 +#if !__has_feature(cxx_decltype)
133 +#if !__has_feature(cxx_decltype_incomplete_return_types)
137 +#if !__has_feature(cxx_defaulted_functions)
[all …]
/openbmc/linux/tools/lib/perf/include/internal/
H A Drc_check.h14 #elif defined(__has_feature)
15 #if __has_feature(address_sanitizer) || __has_feature(leak_sanitizer)
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h96 #ifndef __has_feature
97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro
112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h96 #ifndef __has_feature
97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro
112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)
/openbmc/qemu/include/qemu/
H A Dcompiler.h96 #ifndef __has_feature
97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro
112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)
/openbmc/linux/lib/zstd/common/
H A Dportability_macros.h35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__config.hpp330 #if !STDEXEC_MSVC() && defined(__has_feature)
331 #define STDEXEC_HAS_FEATURE __has_feature
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch92 + * __has_feature(). The __has macros are supported by clang and gcc>=5.
127 +#ifndef __has_feature
128 + #define __has_feature(x) 0
440 +#if __has_feature(address_sanitizer) && __has_attribute(no_sanitize_memory) && __has_attribute(no_…
/openbmc/qemu/
H A Dmeson.build506 #if defined(__has_feature)
507 #if __has_feature(safe_stack)