Home
last modified time | relevance | path

Searched refs:__has_cpp_attribute (Results 1 – 24 of 24) 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/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/node/deps/v8/include/cppgc/internal/
Dcompiler-specific.h16 #if defined(__has_cpp_attribute)
17 #define CPPGC_HAS_CPP_ATTRIBUTE(FEATURE) __has_cpp_attribute(FEATURE)
/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/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/v8/include/
Dv8config.h323 #if defined(__has_cpp_attribute)
324 #define V8_HAS_CPP_ATTRIBUTE(FEATURE) __has_cpp_attribute(FEATURE)
/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/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/skia/include/sksl/
DDSLExpression.h20 #if defined(__has_cpp_attribute) && __has_cpp_attribute(clang::reinitializes)
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp546 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/
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/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp467 #ifdef __has_cpp_attribute
468 #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/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/node/deps/v8/third_party/ittapi/src/ittnotify/
Dittnotify_static.c35 #if defined(__cplusplus) && defined(__has_cpp_attribute)
36 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X)
/third_party/node/deps/ada/
Dada.h337 #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/
Djson_v3_10_5.hpp725 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/
Djson.hpp862 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…