OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__declspec
(Results
151 - 175
of
620
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/OMXAL/
OpenMAXAL_Platform.h
55
* # define XA_API
__declspec
(dllimport)
63
#define XA_API
__declspec
(dllimport)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/SLES/
OpenSLES_Platform.h
49
#define SL_API
__declspec
(dllimport)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Platform.h
48
#define SLAPIENTRY
__declspec
(dllimport)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Platform.h
48
#define SLAPIENTRY
__declspec
(dllimport)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Platform.h
48
#define SLAPIENTRY
__declspec
(dllimport)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_dm.h
85
#define _STLP_EXPORT_DECLSPEC
__declspec
(dllexport)
86
#define _STLP_IMPORT_DECLSPEC
__declspec
(dllimport)
88
#define _STLP_CLASS_EXPORT_DECLSPEC
__declspec
(dllexport)
89
#define _STLP_CLASS_IMPORT_DECLSPEC
__declspec
(dllimport)
93
//#define _STLP_IMPORT_TEMPLATE_KEYWORD
__declspec
(dllimport)
94
//#define _STLP_EXPORT_TEMPLATE_KEYWORD
__declspec
(dllexport)
/external/compiler-rt/test/asan/TestCases/Windows/
dll_report_globals_symbolization_at_startup.cc
14
__declspec
(dllimport) int foo_from_dll();
28
__declspec
(dllexport) int foo_from_dll() {
seh.cc
26
__declspec
(noinline)
33
__declspec
(noinline)
dll_intercept_memcpy_indirect.cc
13
extern "C"
__declspec
(dllexport)
/external/mesa3d/src/mapi/mapi/
mapi.h
36
#define MAPI_EXPORT
__declspec
(dllexport)
38
#define MAPI_EXPORT
__declspec
(dllimport)
/external/clang/test/Parser/
MicrosoftExtensions.cpp
47
struct
__declspec
(uuid(L"00000000-0000-0000-1234-000000000047")) uuid_attr_bad1 { };// expected-error {{'uuid' attribute requires a string}}
48
struct
__declspec
(uuid(3)) uuid_attr_bad2 { };// expected-error {{'uuid' attribute requires a string}}
49
struct
__declspec
(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50
struct
__declspec
(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51
struct
__declspec
(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}}
53
__declspec
(uuid("000000A0-0000-0000-C000-000000000046")) int i; // expected-warning {{'uuid' attribute only applies to classes}}
55
struct
__declspec
(uuid("000000A0-0000-0000-C000-000000000046"))
59
struct
__declspec
(uuid("000000A0-0000-0000-C000-000000000049"))
117
struct
__declspec
(uuid("000000A0-0000-0000-C000-000000000049")) late_defined_uuid;
124
struct
__declspec
(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid
[
all
...]
/external/clang/test/Layout/
ms-x86-empty-nonvirtual-bases.cpp
8
struct
__declspec
(align(8)) B0 { B0() {printf("B0 : %p\n", this);} };
9
struct
__declspec
(align(8)) B1 { B1() {printf("B1 : %p\n", this);} };
10
struct
__declspec
(align(8)) B2 { B2() {printf("B2 : %p\n", this);} };
11
struct
__declspec
(align(8)) B3 { B3() {printf("B3 : %p\n", this);} };
12
struct
__declspec
(align(8)) B4 { B4() {printf("B4 : %p\n", this);} };
143
__declspec
(align(32)) int a;
158
struct
__declspec
(align(32)) H : B0, B1, B2, B3, B4 {
ms-x86-empty-virtual-base.cpp
8
struct
__declspec
(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
9
struct
__declspec
(align(8)) B1 { B1() {printf("B1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
10
struct
__declspec
(align(8)) B2 { B2() {printf("B2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
11
struct
__declspec
(align(8)) B3 { B3() {printf("B3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
12
struct
__declspec
(align(8)) B4 { B4() {printf("B4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
20
struct
__declspec
(align(16)) D0 { D0() {printf("D0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} virtual void f() {} };
291
__declspec
(align(32)) int a;
318
struct
__declspec
(align(32)) J : virtual B0, virtual B1, virtual B2, virtual B3, virtual B4 {
347
__declspec
(align(32)) int a;
377
__declspec
(align(32)) int a
[
all
...]
ms-x86-vfvb-sharing.cpp
15
__declspec
(align(16)) int a;
48
__declspec
(align(16)) int a;
81
__declspec
(align(16)) int a;
114
__declspec
(align(16)) int a;
/external/jemalloc/include/jemalloc/
jemalloc_macros.h
45
# define JEMALLOC_EXPORT
__declspec
(dllexport)
47
# define JEMALLOC_EXPORT
__declspec
(dllimport)
50
# define JEMALLOC_ALIGNED(s)
__declspec
(align(s))
51
# define JEMALLOC_SECTION(s)
__declspec
(allocate(s))
52
# define JEMALLOC_NOINLINE
__declspec
(noinline)
/hardware/intel/img/psb_video/src/hwdefs/
img_defs.h
134
#define IMG_EXPORT
__declspec
(dllexport)
146
__forceinline void
__declspec
(noreturn) img_abort(void)
157
#define IMG_EXPORT
__declspec
(dllexport)
162
#define IMG_IMPORT
__declspec
(dllimport)
163
#define IMG_EXPORT
__declspec
(dllexport)
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
122
__declspec
(dllimport) void f(void) { }
126
__declspec
(dllimport) void AAA::f2(void) { // expected-error{{dllimport cannot be applied to non-inline function definition}}
197
__declspec
(property(get=GetV)) int V1;
198
__declspec
(property(put=SetV)) int V2;
199
__declspec
(property(get=GetV, put=SetV_NotExist)) int V3;
200
__declspec
(property(get=GetV_NotExist, put=SetV)) int V4;
201
__declspec
(property(get=GetV, put=SetV)) int V5;
223
__declspec
(property(get=GetV)) SP1 V;
238
__declspec
(property(get=GetV)) int V;
250
__declspec
(property(get=GetV)) T V
[
all
...]
pragma-init_seg.cpp
21
int
__declspec
(thread) x = f(); // expected-error {{initializer for thread-local variable must be a constant expression}}
/external/clang/test/Sema/
pragma-section.c
10
__declspec
(allocate(".my_const")) int d = 1; // expected-error {{'d' causes a section type conflict with 'a'}}
15
__declspec
(allocate(".my_seg")) int int_my_seg;
19
__declspec
(allocate(".bad_seg")) int int_bad_seg = 1; // expected-note {{declared here}}
attr-print.c
6
// 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/jsoncpp/include/json/
config.h
49
# define JSON_API
__declspec
(dllexport)
51
# define JSON_API
__declspec
(dllimport)
68
# define JSONCPP_DEPRECATED(message)
__declspec
(deprecated(message))
/external/clang/test/CodeGen/
ms-inline-asm-functions.c
9
__declspec
(dllimport) int kimport(int);
50
void
__declspec
(naked) naked() {
function
/external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h
115
#define btk_DECLSPEC
__declspec
(dllexport)
117
#define btk_DECLSPEC
__declspec
(dllimport)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ncurses_dll.h
52
# define NCURSES_IMPEXP
__declspec
(dllexport)
58
# define NCURSES_IMPEXP
__declspec
(dllimport)
/external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp
19
struct
__declspec
(uuid("12345678-1234-1234-1234-1234567890aB")) S1 { } s1;
20
struct
__declspec
(uuid("87654321-4321-4321-4321-ba0987654321")) S2 { };
21
struct
__declspec
(uuid("{12345678-1234-1234-1234-1234567890ac}")) Curly;
22
struct
__declspec
(uuid("{12345678-1234-1234-1234-1234567890ac}")) Curly;
Completed in 3359 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>