Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dxlcpp.hpp23 #define __has_extension __has_feature
30 #if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
34 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI)
38 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID)
73 # if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
78 #if !__has_feature(cxx_auto_type)
91 #if !__has_feature(cxx_constexpr)
95 #if !__has_feature(cxx_decltype)
99 #if !__has_feature(cxx_decltype_incomplete_return_types)
103 #if !__has_feature(cxx_defaulted_functions)
[all …]
H A Dclang.hpp23 #define __has_extension __has_feature
34 #if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
38 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI)
42 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID)
46 #if !__has_feature(cxx_thread_local)
112 # if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
117 #if !__has_feature(cxx_auto_type)
135 #if !__has_feature(cxx_constexpr)
139 #if !__has_feature(cxx_decltype)
143 #if !__has_feature(cxx_decltype_incomplete_return_types)
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DsanitizedCocoa.h28 #ifndef __has_feature
29 #define __has_feature(x) 0 // Compatibility with non-clang compilers. macro
33 #if __has_feature(attribute_ns_returns_retained)
41 #if __has_feature(attribute_ns_returns_not_retained)
49 #if __has_feature(attribute_cf_returns_retained)
57 #if __has_feature(attribute_cf_returns_not_retained)
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler-clang.h32 #if __has_feature(address_sanitizer) || __has_feature(hwaddress_sanitizer)
41 #if __has_feature(thread_sanitizer)
56 #if __has_feature(undefined_behavior_sanitizer)
69 #if __has_feature(coverage_sanitizer)
88 #if __has_feature(shadow_call_stack)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dintrinsics.hpp157 #if defined(BOOST_CLANG) && defined(__has_feature) && !defined(__CUDACC__)
171 # if __has_feature(is_union)
174 …ined(__GLIBCXX__) || (__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)) && __has_feature(is_pod)
177 …ed(__GLIBCXX__) || (__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)) && __has_feature(is_empty)
180 # if __has_feature(has_trivial_constructor)
183 # if __has_feature(has_trivial_copy)
186 # if __has_feature(has_trivial_assign)
189 # if __has_feature(has_trivial_destructor)
192 # if __has_feature(has_nothrow_constructor)
195 # if __has_feature(has_nothrow_copy)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch46 +#define __has_extension __has_feature
49 +#if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
53 +#if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI)
57 +#if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID)
105 +# if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
110 +#if !__has_feature(cxx_auto_type)
123 +#if !__has_feature(cxx_constexpr)
127 +#if !__has_feature(cxx_decltype)
131 +#if !__has_feature(cxx_decltype_incomplete_return_types)
135 +#if !__has_feature(cxx_defaulted_functions)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp107 #if defined(BOOST_CLANG) && defined(__has_feature)
109 # if __has_feature(is_union)
112 …ined(__GLIBCXX__) || (__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)) && __has_feature(is_pod)
115 …ed(__GLIBCXX__) || (__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)) && __has_feature(is_empty)
118 # if __has_feature(has_trivial_constructor)
121 # if __has_feature(has_trivial_copy)
124 # if __has_feature(has_trivial_assign)
127 # if __has_feature(has_trivial_destructor)
130 # if __has_feature(has_nothrow_constructor)
133 # if __has_feature(has_nothrow_copy)
[all …]
H A Dworkaround.hpp26 #if defined(__has_feature)
27 #define BOOST_MOVE_HAS_FEATURE __has_feature
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__config144 #ifndef __has_feature
145 #define __has_feature(__x) 0
366 #if __has_feature(cxx_alignas)
379 #if !(__has_feature(cxx_exceptions)) && !defined(_LIBCPP_NO_EXCEPTIONS)
383 #if !(__has_feature(cxx_rtti)) && !defined(_LIBCPP_NO_RTTI)
387 #if !(__has_feature(cxx_strong_enums))
391 #if !(__has_feature(cxx_decltype))
395 #if __has_feature(cxx_attributes)
401 #if !(__has_feature(cxx_lambdas))
405 #if !(__has_feature(cxx_nullptr))
[all …]
H A Dtype_traits817 #if __has_feature(is_union) || (_GNUC_VER >= 403)
838 #if __has_feature(is_class) || (_GNUC_VER >= 403)
960 #if __has_feature(is_enum) || (_GNUC_VER >= 403)
1464 #if __has_feature(is_convertible_to) && !defined(_LIBCPP_USE_IS_CONVERTIBLE_FALLBACK)
1470 #else // __has_feature(is_convertible_to)
1545 #endif // __has_feature(is_convertible_to)
1555 #if __has_feature(is_empty) || (_GNUC_VER >= 407)
1561 #else // __has_feature(is_empty)
1582 #endif // __has_feature(is_empty)
1592 #if __has_feature(is_polymorphic) || defined(_LIBCPP_COMPILER_MSVC)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__config144 #ifndef __has_feature
145 #define __has_feature(__x) 0
366 #if __has_feature(cxx_alignas)
379 #if !(__has_feature(cxx_exceptions)) && !defined(_LIBCPP_NO_EXCEPTIONS)
383 #if !(__has_feature(cxx_rtti)) && !defined(_LIBCPP_NO_RTTI)
387 #if !(__has_feature(cxx_strong_enums))
391 #if !(__has_feature(cxx_decltype))
395 #if __has_feature(cxx_attributes)
401 #if !(__has_feature(cxx_lambdas))
405 #if !(__has_feature(cxx_nullptr))
[all …]
H A Dtype_traits817 #if __has_feature(is_union) || (_GNUC_VER >= 403)
838 #if __has_feature(is_class) || (_GNUC_VER >= 403)
960 #if __has_feature(is_enum) || (_GNUC_VER >= 403)
1464 #if __has_feature(is_convertible_to) && !defined(_LIBCPP_USE_IS_CONVERTIBLE_FALLBACK)
1470 #else // __has_feature(is_convertible_to)
1545 #endif // __has_feature(is_convertible_to)
1555 #if __has_feature(is_empty) || (_GNUC_VER >= 407)
1561 #else // __has_feature(is_empty)
1582 #endif // __has_feature(is_empty)
1592 #if __has_feature(is_polymorphic) || defined(_LIBCPP_COMPILER_MSVC)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dpadlock.h41 #if defined(__has_feature)
42 #if __has_feature(address_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dpadlock.h41 #if defined(__has_feature)
42 #if __has_feature(address_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dpadlock.h41 #if defined(__has_feature)
42 #if __has_feature(address_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dpadlock.h41 #if defined(__has_feature)
42 #if __has_feature(address_sanitizer)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/sanitizer/
H A Dcommon_interface_defs.h19 #if !defined(__has_feature)
20 #define __has_feature(x) 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/sanitizer/
H A Dcommon_interface_defs.h19 #if !defined(__has_feature)
20 #define __has_feature(x) 0 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbase.h290 #if defined(__has_feature)
291 #if __has_feature(address_sanitizer)
294 #if __has_feature(thread_sanitizer)
297 #if __has_feature(memory_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbase.h290 #if defined(__has_feature)
291 #if __has_feature(address_sanitizer)
294 #if __has_feature(thread_sanitizer)
297 #if __has_feature(memory_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbase.h290 #if defined(__has_feature)
291 #if __has_feature(address_sanitizer)
294 #if __has_feature(thread_sanitizer)
297 #if __has_feature(memory_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbase.h290 #if defined(__has_feature)
291 #if __has_feature(address_sanitizer)
294 #if __has_feature(thread_sanitizer)
297 #if __has_feature(memory_sanitizer)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Drapidjson.h532 #if __has_feature(cxx_rvalue_references) && \
549 #define RAPIDJSON_HAS_CXX11_NOEXCEPT __has_feature(cxx_noexcept)
570 #define RAPIDJSON_HAS_CXX11_RANGE_FOR __has_feature(cxx_range_for)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbase.h217 #if defined(__has_feature)
218 #if __has_feature(address_sanitizer)
221 #if __has_feature(memory_sanitizer)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbase.h217 #if defined(__has_feature)
218 #if __has_feature(address_sanitizer)
221 #if __has_feature(memory_sanitizer)

12