Searched refs:__has_declspec_attribute (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | platform.h | 437 #ifdef __has_declspec_attribute 438 # define UPRV_HAS_DECLSPEC_ATTRIBUTE(x) __has_declspec_attribute(x)
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | platform.h | 437 #ifdef __has_declspec_attribute 438 # define UPRV_HAS_DECLSPEC_ATTRIBUTE(x) __has_declspec_attribute(x)
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | platform.h | 437 #ifdef __has_declspec_attribute 438 # define UPRV_HAS_DECLSPEC_ATTRIBUTE(x) __has_declspec_attribute(x)
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 35 #ifndef __has_declspec_attribute 36 # define __has_declspec_attribute(x) 0 macro 59 #elif defined(WIN32) || (__has_declspec_attribute(dllexport) && \ 60 __has_declspec_attribute(dllimport))
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 35 #ifndef __has_declspec_attribute 36 # define __has_declspec_attribute(x) 0 macro 59 #elif defined(WIN32) || (__has_declspec_attribute(dllexport) && \ 60 __has_declspec_attribute(dllimport))
|
/third_party/curl/include/curl/ |
H A D | curl.h | 100 #ifndef __has_declspec_attribute 101 # define __has_declspec_attribute(x) 0 macro 123 (__has_declspec_attribute(dllexport) && \ 124 __has_declspec_attribute(dllimport))
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 671 #if defined(__has_declspec_attribute) 672 #define JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE(attribute) __has_declspec_attribute(attribute) 680 #if defined(__has_declspec_attribute) 681 #define JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute) 689 #if defined(__has_declspec_attribute) 690 #define JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute)
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 850 #if defined(__has_declspec_attribute) 851 #define JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE(attribute) __has_declspec_attribute(attribute) 859 #if defined(__has_declspec_attribute) 860 #define JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute) 868 #if defined(__has_declspec_attribute) 869 #define JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute)
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 987 #if defined(__has_declspec_attribute) 988 #define JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE(attribute) __has_declspec_attribute(attribute) 996 #if defined(__has_declspec_attribute) 997 #define JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute) 1005 #if defined(__has_declspec_attribute) 1006 #define JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute)
|
Completed in 68 milliseconds