| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/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)
|
| /third_party/flutter/skia/third_party/externals/dawn/src/common/ |
| D | Compiler.h | 50 # if !defined(__has_cpp_attribute) 51 # define __has_cpp_attribute(name) 0 macro 57 # if __has_cpp_attribute(warn_unused_result) && defined(__clang__) 59 # elif DAWN_CPP_VERSION >= 17 && __has_cpp_attribute(nodiscard)
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Compiler.h | 50 # if !defined(__has_cpp_attribute) 51 # define __has_cpp_attribute(name) 0 macro 57 # if __has_cpp_attribute(warn_unused_result) && defined(__clang__) 59 # elif DAWN_CPP_VERSION >= 17 && __has_cpp_attribute(nodiscard)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| 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)
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | angleutils.h | 410 #if !defined(__has_cpp_attribute) 411 # define __has_cpp_attribute(name) 0 macro 414 #if __has_cpp_attribute(nodiscard) 420 #if __has_cpp_attribute(maybe_unused) 426 #if __has_cpp_attribute(require_constant_initialization) 432 #if __has_cpp_attribute(clang::fallthrough)
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/ |
| D | angleutils.h | 317 #if !defined(__has_cpp_attribute) 318 # define __has_cpp_attribute(name) 0 macro 321 #if __has_cpp_attribute(nodiscard) 327 #if __has_cpp_attribute(maybe_unused)
|
| /third_party/mesa3d/src/util/ |
| D | compiler.h | 77 #if defined(__has_cpp_attribute) && defined(__clang__) 80 # define HAS_CLANG_FALLTHROUGH __has_cpp_attribute(clang::fallthrough)
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | platform.h | 420 #ifndef __has_cpp_attribute 421 # define __has_cpp_attribute(x) 0 macro 519 # if __has_cpp_attribute(clang::fallthrough) || \
|
| /third_party/cef/include/base/ |
| D | cef_compiler_specific.h | 57 #if defined(__has_cpp_attribute) 58 #define HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | attributes.h | 61 #if defined(__cplusplus) && defined(__has_cpp_attribute) 64 #define ABSL_HAVE_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | platform.h | 432 #ifdef __has_cpp_attribute 433 # define UPRV_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | platform.h | 432 #ifdef __has_cpp_attribute 433 # define UPRV_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | platform.h | 432 #ifdef __has_cpp_attribute 433 # define UPRV_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Compiler.h | 48 #if defined(__cplusplus) && defined(__has_cpp_attribute) 49 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
| /third_party/skia/include/sksl/ |
| D | DSLExpression.h | 20 #if defined(__has_cpp_attribute) && __has_cpp_attribute(clang::reinitializes)
|
| /third_party/json/include/nlohmann/thirdparty/hedley/ |
| D | hedley.hpp | 545 defined(__has_cpp_attribute) && \ 548 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) 556 #if !defined(__cplusplus) || !defined(__has_cpp_attribute) 571 #if defined(__has_cpp_attribute) && defined(__cplusplus) 572 …#define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attrib… 580 #if defined(__has_cpp_attribute) && defined(__cplusplus) 581 …#define JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribu…
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | double-conversion-strtod.cpp | 467 #ifdef __has_cpp_attribute 468 #if __has_cpp_attribute(maybe_unused)
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| D | strtod.cc | 452 #ifdef __has_cpp_attribute 453 #if __has_cpp_attribute(maybe_unused)
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-strtod.cpp | 467 #ifdef __has_cpp_attribute 468 #if __has_cpp_attribute(maybe_unused)
|
| /third_party/icu/icu4c/source/i18n/ |
| D | double-conversion-strtod.cpp | 467 #ifdef __has_cpp_attribute 468 #if __has_cpp_attribute(maybe_unused)
|
| /third_party/protobuf/src/google/protobuf/ |
| D | port_def.inc | 248 #if defined(__has_cpp_attribute) 249 #if __has_cpp_attribute(clang::reinitializes) 273 #if defined(__has_cpp_attribute) 274 #define HAS_ATTRIBUTE(attr) __has_cpp_attribute(attr)
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 716 defined(__has_cpp_attribute) && \ 719 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) 727 #if !defined(__cplusplus) || !defined(__has_cpp_attribute) 742 #if defined(__has_cpp_attribute) && defined(__cplusplus) 743 …#define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attrib… 751 #if defined(__has_cpp_attribute) && defined(__cplusplus) 752 …#define JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribu…
|