Home
last modified time | relevance | path

Searched refs:__has_cpp_attribute (Results 1 – 25 of 142) sorted by relevance

123456

/aosp_15_r20/external/clang/test/Preprocessor/
H A Dhas_attribute.cpp4 #if __has_cpp_attribute(carries_dependency)
9 #if __has_cpp_attribute(clang::fallthrough)
14 #if !__has_cpp_attribute(selectany)
20 #if __has_cpp_attribute(clang::__fallthrough__)
26 #if !__has_cpp_attribute(__clang__::fallthrough)
33 #if !__has_cpp_attribute(gnu::mips16)
41 #if __has_cpp_attribute(carries_dependency) == 200809
46 #if __has_cpp_attribute(noreturn) == 200809
51 #if __has_cpp_attribute(deprecated) == 201309
56 #if __has_cpp_attribute(nodiscard) == 201603
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/
H A DDemangleConfig.h35 #ifndef __has_cpp_attribute
36 #define __has_cpp_attribute(x) 0 macro
88 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
90 #elif __has_cpp_attribute(gnu::fallthrough)
96 #elif __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h36 #ifndef __has_cpp_attribute
37 # define __has_cpp_attribute(x) 0 macro
127 #if __cplusplus > 201402L && __has_cpp_attribute(nodiscard)
133 #elif __has_cpp_attribute(clang::warn_unused_result)
234 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
240 #elif __has_cpp_attribute(clang::fallthrough)
248 #if __has_cpp_attribute(clang::require_constant_initialization)
/aosp_15_r20/external/webrtc/rtc_base/system/
H A Dno_unique_address.h27 #ifndef __has_cpp_attribute
28 #define __has_cpp_attribute(__x) 0 macro
30 #if __has_cpp_attribute(no_unique_address)
/aosp_15_r20/external/skia/modules/skcms/src/
H A Dskcms_internals.h24 #if defined(__clang__) && defined(__has_cpp_attribute)
25 #if __has_cpp_attribute(clang::fallthrough)
47 #if __has_cpp_attribute(clang::musttail) && !__has_feature(memory_sanitizer) \
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/config/detail/
Dsuffix.hpp646 # elif defined(__has_cpp_attribute)
647 # if __has_cpp_attribute(noreturn)
1041 #elif defined(__has_cpp_attribute)
1043 #if __has_cpp_attribute(nodiscard) && !(defined(__clang__) && (__cplusplus < 201703L))
1046 #if __has_cpp_attribute(no_unique_address) && !(defined(__GNUC__) && (__cplusplus < 201100))
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/config/compiler/
Dxlcpp.hpp26 #ifndef __has_cpp_attribute
27 #define __has_cpp_attribute(x) 0 macro
259 #if !__has_cpp_attribute(fallthrough) || __cplusplus < 201406L
Dclang.hpp30 #ifndef __has_cpp_attribute
31 #define __has_cpp_attribute(x) 0 macro
315 #if !__has_cpp_attribute(fallthrough) || __cplusplus < 201406L
/aosp_15_r20/external/mesa3d/src/util/
H A Dcompiler.h88 #if defined(__has_cpp_attribute) && defined(__clang__)
91 # define HAS_CLANG_FALLTHROUGH __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_macros.h255 #if __has_cpp_attribute(nodiscard)
442 #if __has_cpp_attribute(msvc::no_unique_address)
444 #elif __has_cpp_attribute(no_unique_address)
/aosp_15_r20/external/pytorch/c10/util/
H A DDeprecated.h48 #if defined(__has_cpp_attribute)
49 #if __has_cpp_attribute(deprecated) && !defined(__CUDACC__)
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dport_def.inc87 #ifndef __has_cpp_attribute
88 #define __has_cpp_attribute(x) 0
257 #if __has_cpp_attribute(clang::musttail) && !defined(__arm__) && \
380 #if __has_cpp_attribute(clang::reinitializes)
499 #if __has_cpp_attribute(nodiscard) && PROTOBUF_CPLUSPLUS_MIN(201703L)
539 #if __has_cpp_attribute(fallthrough)
649 #elif !defined(_MSC_VER) && __has_cpp_attribute(clang::require_constant_initialization) && \
672 #if __has_cpp_attribute(clang::no_destroy)
687 #if __has_cpp_attribute(clang::standalone_debug)
793 #if __has_cpp_attribute(maybe_unused) || \
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dport_def.inc87 #ifndef __has_cpp_attribute
88 #define __has_cpp_attribute(x) 0
257 #if __has_cpp_attribute(clang::musttail) && !defined(__arm__) && \
385 #if __has_cpp_attribute(clang::reinitializes)
511 #if __has_cpp_attribute(nodiscard) && PROTOBUF_CPLUSPLUS_MIN(201703L)
551 #if __has_cpp_attribute(fallthrough)
661 #elif !defined(_MSC_VER) && __has_cpp_attribute(clang::require_constant_initialization) && \
684 #if __has_cpp_attribute(clang::no_destroy)
699 #if __has_cpp_attribute(clang::standalone_debug)
805 #if __has_cpp_attribute(maybe_unused) || \
[all …]
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dandroid_keymaster_utils.h30 #ifndef __has_cpp_attribute
31 #define __has_cpp_attribute(x) 0 macro
36 #if __has_cpp_attribute(clang::fallthrough)
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dmacros.h78 #if defined(__has_cpp_attribute)
81 #define TF_HAS_CPP_ATTRIBUTE(n) __has_cpp_attribute(n)
/aosp_15_r20/external/pigweed/pw_preprocessor/public/pw_preprocessor/
H A Dcompiler.h174 #if defined(__cplusplus) && defined(__has_cpp_attribute)
175 #define PW_HAVE_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/aosp_15_r20/external/skia/include/private/base/
H A DSkSpan_impl.h27 #if defined(__clang__) && defined(__has_cpp_attribute) && __has_cpp_attribute(clang::lifetimebound)
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dcompiler_specific.h11 #if defined(__has_cpp_attribute)
12 #define PA_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/aosp_15_r20/external/zstd/lib/common/
H A Dcompiler.h249 #if defined(__cplusplus) && defined(__has_cpp_attribute)
250 # define ZSTD_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)

123456