Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/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)
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DCompiler.h50 # 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/
DCompiler.h50 # 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/
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)
/third_party/skia/third_party/externals/angle2/src/common/
Dangleutils.h410 #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/
Dangleutils.h317 #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/
Dcompiler.h77 #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/
Dplatform.h420 #ifndef __has_cpp_attribute
421 # define __has_cpp_attribute(x) 0 macro
519 # if __has_cpp_attribute(clang::fallthrough) || \
/third_party/cef/include/base/
Dcef_compiler_specific.h57 #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/
Dattributes.h61 #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/
Dplatform.h432 #ifdef __has_cpp_attribute
433 # define UPRV_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/third_party/icu/icu4c/source/common/unicode/
Dplatform.h432 #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/
Dplatform.h432 #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/
DCompiler.h48 #if defined(__cplusplus) && defined(__has_cpp_attribute)
49 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/third_party/skia/include/sksl/
DDSLExpression.h20 #if defined(__has_cpp_attribute) && __has_cpp_attribute(clang::reinitializes)
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp545 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/
Ddouble-conversion-strtod.cpp467 #ifdef __has_cpp_attribute
468 #if __has_cpp_attribute(maybe_unused)
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstrtod.cc452 #ifdef __has_cpp_attribute
453 #if __has_cpp_attribute(maybe_unused)
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-strtod.cpp467 #ifdef __has_cpp_attribute
468 #if __has_cpp_attribute(maybe_unused)
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp467 #ifdef __has_cpp_attribute
468 #if __has_cpp_attribute(maybe_unused)
/third_party/protobuf/src/google/protobuf/
Dport_def.inc248 #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/
Djson.hpp716 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…