Home
last modified time | relevance | path

Searched refs:__has_declspec_attribute (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Preprocessor/
Dhas_attribute.cpp66 #if __has_declspec_attribute(uuid)
71 #if __has_declspec_attribute(__uuid__)
76 #if !__has_declspec_attribute(fallthrough)
/external/icu/icu4c/source/common/unicode/
Dplatform.h423 #ifndef __has_declspec_attribute
424 # define __has_declspec_attribute(x) 0 macro
789 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimpo…
813 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimpo…
/external/icu/libandroidicu/include/unicode/
Dplatform.h423 #ifndef __has_declspec_attribute
424 # define __has_declspec_attribute(x) 0 macro
789 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimpo…
813 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimpo…
/external/curl/include/curl/
Dcurl.h95 #ifndef __has_declspec_attribute
96 # define __has_declspec_attribute(x) 0 macro
118 (__has_declspec_attribute(dllexport) && \
119 __has_declspec_attribute(dllimport))
/external/libcxx/include/
D__config158 #ifndef __has_declspec_attribute
159 #define __has_declspec_attribute(__x) 0
1264 (defined(_LIBCPP_COMPILER_MSVC) || __has_declspec_attribute(empty_bases))
/external/curl/
DRELEASE-NOTES41 o curl.h: use __has_declspec_attribute for shared builds [52]
DCHANGES632 curl.h: use __has_declspec_attribute for shared builds
/external/clang/docs/
DLanguageExtensions.rst168 ``__has_declspec_attribute``
178 #ifndef __has_declspec_attribute // Optional of course.
179 #define __has_declspec_attribute(x) 0 // Compatibility with non-clang compilers.
183 #if __has_declspec_attribute(dllexport)