Searched refs:__has_declspec_attribute (Results 1 – 8 of 8) sorted by relevance
66 #if __has_declspec_attribute(uuid)71 #if __has_declspec_attribute(__uuid__)76 #if !__has_declspec_attribute(fallthrough)
423 #ifndef __has_declspec_attribute424 # define __has_declspec_attribute(x) 0 macro789 #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…
95 #ifndef __has_declspec_attribute96 # define __has_declspec_attribute(x) 0 macro118 (__has_declspec_attribute(dllexport) && \119 __has_declspec_attribute(dllimport))
158 #ifndef __has_declspec_attribute159 #define __has_declspec_attribute(__x) 01264 (defined(_LIBCPP_COMPILER_MSVC) || __has_declspec_attribute(empty_bases))
41 o curl.h: use __has_declspec_attribute for shared builds [52]
632 curl.h: use __has_declspec_attribute for shared builds
168 ``__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)