OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__declspec
(Results
151 - 175
of
795
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxslt/libxslt/
libxslt.h
24
#define LIBXSLT_PUBLIC
__declspec
(dllimport)
/external/stlport/stlport/stl/config/
_bc.h
107
#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)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#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)
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#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)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#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)
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#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)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#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)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_bc.h
107
#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)
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
125
__declspec
(dllimport) void f(void) { }
129
__declspec
(dllimport) void AAA::f2(void) { // expected-error {{dllimport attribute can be applied only to symbol}}
219
__declspec
(property(get=GetV)) int V1;
220
__declspec
(property(put=SetV)) int V2;
221
__declspec
(property(get=GetV, put=SetV_NotExist)) int V3;
222
__declspec
(property(get=GetV_NotExist, put=SetV)) int V4;
223
__declspec
(property(get=GetV, put=SetV)) int V5;
245
__declspec
(property(get=GetV)) SP1 V;
260
__declspec
(property(get=GetV)) int V;
272
__declspec
(property(get=GetV)) T V
[
all
...]
/external/chromium_org/third_party/khronos/GLES2/
gl2platform.h
25
#define GL_APICALL
__declspec
(dllexport)
27
#define GL_APICALL
__declspec
(dllimport)
/external/clang/test/Rewriter/
objc-modern-class-init-hooks.mm
27
// CHECK:
__declspec
(allocate(".objc_inithooks$B")) static void *OBJC_CLASS_SETUP[] = {
33
// CHECK:
__declspec
(allocate(".objc_inithooks$B")) static void *OBJC_CATEGORY_SETUP[] = {
rewrite-block-literal-1.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"
__declspec
(X)=" %t-rw.cpp
5
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"
__declspec
(X)=" %t-modern-rw.cpp
rewrite-byref-in-nested-blocks.mm
2
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"
__declspec
(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"
__declspec
(X)=" %t-modern-rw.cpp
rewrite-foreach-in-block.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"
__declspec
(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"
__declspec
(X)=" %t-modern-rw.cpp
rewrite-nested-blocks-2.mm
2
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"
__declspec
(X)=" %t-rw.cpp
5
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"
__declspec
(X)=" %t-modern-rw.cpp
rewrite-nested-blocks.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"
__declspec
(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"
__declspec
(X)=" %t-modern-rw.cpp
rewrite-nested-ivar.mm
2
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"
__declspec
(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"
__declspec
(X)=" %t-rw-modern.cpp
rewrite-rewritten-initializer.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"
__declspec
(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"
__declspec
(X)=" %t-rw-modern.cpp
rewrite-unique-block-api.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"
__declspec
(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"
__declspec
(X)=" %t-modern-rw.cpp
/hardware/ti/omap3/dspbridge/inc/
dspapi.h
26
* Provides __stdcall (required by VB 4.0) and
__declspec
(dllimport)
40
#define DSPAPIDLL
__declspec
(dllimport)
/hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h
26
* Provides __stdcall (required by VB 4.0) and
__declspec
(dllimport)
40
#define DSPAPIDLL
__declspec
(dllimport)
/external/libyuv/files/source/
row_win.cc
125
__declspec
(naked)
__declspec
(align(16))
153
__declspec
(naked)
__declspec
(align(16))
174
__declspec
(naked)
__declspec
(align(16))
195
__declspec
(naked)
__declspec
(align(16))
216
__declspec
(naked)
__declspec
(align(16)
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h
39
#define _CRTIMP
__declspec
(dllimport)
64
# define PTW32_DLLPORT
__declspec
(dllexport)
66
# define PTW32_DLLPORT
__declspec
(dllimport)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
SConscript
17
'_GDI32_', # prevent gl* being declared
__declspec
(dllimport) in MS headers
18
'BUILD_GL32', # declare gl* as
__declspec
(dllexport) in Mesa headers
23
# prevent _glapi_* from being declared
__declspec
(dllimport)
/external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/
SConscript
50
'_GLAPI_DLL_EXPORTS', # declare _glapi_* as
__declspec
(dllexport) in glapi.h
54
'_GDI32_', # prevent gl* being declared
__declspec
(dllimport) in MS headers
55
'BUILD_GL32', # declare gl* as
__declspec
(dllexport) in Mesa headers
Completed in 1226 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>