| /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/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/node/deps/v8/include/cppgc/internal/ |
| D | compiler-specific.h | 16 #if defined(__has_cpp_attribute) 17 #define CPPGC_HAS_CPP_ATTRIBUTE(FEATURE) __has_cpp_attribute(FEATURE)
|
| /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/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/v8/include/ |
| D | v8config.h | 323 #if defined(__has_cpp_attribute) 324 #define V8_HAS_CPP_ATTRIBUTE(FEATURE) __has_cpp_attribute(FEATURE)
|
| /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/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/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 | 546 defined(__has_cpp_attribute) && \ 549 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) 557 #if !defined(__cplusplus) || !defined(__has_cpp_attribute) 572 #if defined(__has_cpp_attribute) && defined(__cplusplus) 573 …#define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attrib… 581 #if defined(__has_cpp_attribute) && defined(__cplusplus) 582 …#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/icu/icu4c/source/i18n/ |
| D | double-conversion-strtod.cpp | 467 #ifdef __has_cpp_attribute 468 #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/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/node/deps/v8/third_party/ittapi/src/ittnotify/ |
| D | ittnotify_static.c | 35 #if defined(__cplusplus) && defined(__has_cpp_attribute) 36 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X)
|
| /third_party/node/deps/ada/ |
| D | ada.h | 337 #if !defined(__has_cpp_attribute) 338 #define __has_cpp_attribute(x) 0 macro 341 #if __has_cpp_attribute(gnu::noinline)
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 725 defined(__has_cpp_attribute) && \ 728 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) 736 #if !defined(__cplusplus) || !defined(__has_cpp_attribute) 751 #if defined(__has_cpp_attribute) && defined(__cplusplus) 752 …#define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attrib… 760 #if defined(__has_cpp_attribute) && defined(__cplusplus) 761 …#define JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribu…
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 862 defined(__has_cpp_attribute) && \ 865 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) 873 #if !defined(__cplusplus) || !defined(__has_cpp_attribute) 888 #if defined(__has_cpp_attribute) && defined(__cplusplus) 889 …#define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attrib… 897 #if defined(__has_cpp_attribute) && defined(__cplusplus) 898 …#define JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribu…
|