/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | has_attribute.cpp | 4 #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 D | DemangleConfig.h | 22 #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 D | DemangleConfig.h | 22 #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/ |
D | DemangleConfig.h | 22 #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/ |
D | DemangleConfig.h | 22 #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/ |
D | DemangleConfig.h | 22 #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/ |
D | DemangleConfig.h | 22 #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 D | DemangleConfig.h | 35 #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 D | Compiler.h | 36 #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 D | no_unique_address.h | 27 #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 D | skcms_internals.h | 24 #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/ |
D | suffix.hpp | 646 # 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/ |
D | xlcpp.hpp | 26 #ifndef __has_cpp_attribute 27 #define __has_cpp_attribute(x) 0 macro 259 #if !__has_cpp_attribute(fallthrough) || __cplusplus < 201406L
|
D | clang.hpp | 30 #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 D | compiler.h | 88 #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 D | test_macros.h | 255 #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 D | Deprecated.h | 48 #if defined(__has_cpp_attribute) 49 #if __has_cpp_attribute(deprecated) && !defined(__CUDACC__)
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | port_def.inc | 87 #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 D | port_def.inc | 87 #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 D | android_keymaster_utils.h | 30 #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 D | macros.h | 78 #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 D | compiler.h | 174 #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 D | SkSpan_impl.h | 27 #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 D | compiler_specific.h | 11 #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 D | compiler.h | 249 #if defined(__cplusplus) && defined(__has_cpp_attribute) 250 # define ZSTD_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|