Searched refs:__declspec (Results 201 - 225 of 499) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dstacktrace.h42 # define PERFTOOLS_DLL_DECL __declspec(dllimport)
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_common.h17 #define ALIGN16_BEG __declspec(align(16))
/external/clang/test/Layout/
H A Dms-x86-vfvb-sharing.cpp15 __declspec(align(16)) int a;
48 __declspec(align(16)) int a;
81 __declspec(align(16)) int a;
114 __declspec(align(16)) int a;
H A Dms-x86-aligned-tail-padding.cpp12 struct __declspec(align(16)) B1 {
17 __declspec(align(16)) int a;
20 struct __declspec(align(16)) B3 {
29 struct __declspec(align(32)) A16 {};
40 struct __declspec(align(16)) A16X {
42 struct __declspec(align(16)) B0X {
54 struct __declspec(align(16)) B3X {
246 __declspec(align(16)) int a;
313 __declspec(align(16)) int a;
502 struct __declspec(alig
[all...]
/external/clang/test/Sema/
H A Dattr-print.c6 // FIXME: Print this at a valid location for a __declspec attr.
7 // CHECK: int y __declspec(align(4));
8 __declspec(align(4)) int y;
H A DMicrosoftExtensions.c23 struct __declspec(uuid("00000000-0000-0000-C000-000000000046")) IUnknown {}; /* expected-error {{'uuid' attribute is not supported in C}} */
90 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}}
91 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{'DS1' has been explicitly marked deprecated here}} function
94 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} // expected-note {{'Dfunc1' has been explicitly marked deprecated here}}
96 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{'deprecated' attribute requires a string}}
/external/clang/test/SemaCXX/
H A Dattr-print.cpp6 // FIXME: Print this at a valid location for a __declspec attr.
7 // CHECK: int y __declspec(align(4));
8 __declspec(align(4)) int y;
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_intercept_memcpy_indirect.cc13 extern "C" __declspec(dllexport)
H A Ddll_poison_unpoison.cc15 extern "C" __declspec(dllexport)
H A Ddll_thread_stack_array_left_oob.cc24 extern "C" __declspec(dllexport)
H A Ddll_aligned_mallocs.cc15 extern "C" __declspec(dllexport)
H A Ddll_allocators_sanity.cc8 extern "C" __declspec(dllexport)
/external/e2fsprogs/intl/
H A Drelocatable.h32 this is a private .h file, we don't need to use __declspec(dllimport)
35 # define RELOCATABLE_DLL_EXPORTED __declspec(dllexport)
/external/chromium_org/ppapi/api/trusted/
H A Dppp_broker.idl22 #define PP_EXPORT __declspec(dllexport)
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dexports.h11 #define POCDLL_API __declspec(dllexport) __cdecl
13 #define POCDLL_API __declspec(dllimport) __cdecl
/external/pdfium/core/src/fxge/win32/
H A Ddwrite_int.h11 #define DECLSPEC_UUID(x) __declspec(uuid(x))
18 #define DECLSPEC_NOVTABLE __declspec(novtable)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsemaphore.h68 #if defined(__GNUC__) && ! defined (__declspec)
69 # error Please upgrade your GNU compiler to one that supports __declspec.
80 # define PTW32_DLLPORT __declspec (dllexport)
82 # define PTW32_DLLPORT __declspec (dllimport)
/external/chromium_org/ppapi/c/
H A Dppp.h31 #define PP_EXPORT __declspec(dllexport)
/external/chromium_org/sandbox/win/src/
H A Dsandbox.cc46 extern "C" bool __declspec(dllexport) IsSandboxedProcess() {
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcrypto.c47 __declspec(allocate(".CRT$XCU")) void(*library_init_constructor)(void) =
/external/chromium_org/win8/metro_driver/
H A Dprint_handler.h102 extern "C" __declspec(dllexport)
105 extern "C" __declspec(dllexport)
108 extern "C" __declspec(dllexport)
113 extern "C" __declspec(dllexport)
/external/deqp/framework/delibs/dethread/
H A DdeThreadLocal.h32 # define DE_THREAD_LOCAL __declspec(thread)
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c58 __declspec(dllimport)
/external/stlport/stlport/stl/config/
H A D_bc.h107 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
110 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
111 #define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
H A D_gcc.h69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)

Completed in 575 milliseconds

1234567891011>>