Searched defs:__declspec (Results 1 - 24 of 24) sorted by last modified time

/external/tcpdump/
H A Daddrtoname.c762 __declspec(dllimport) function
/external/sqlite/dist/orig/
H A Dsqlite3.c19203 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
24417 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
31889 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
68411 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
132620 __declspec(dllexport) function
148101 __declspec(dllexport) function
148606 __declspec(dllexport) function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19203 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
24424 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
31909 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
68431 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
132652 __declspec(dllexport) function
148133 __declspec(dllexport) function
148638 __declspec(dllexport) function
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c38 __declspec(selectany) int _fltused=1;
42 void __declspec(naked) _ftol() function
88 void __declspec(naked) _ftol2_sse() function
94 void __declspec(naked) _allmul() function
128 void __declspec(naked) _alldiv() function
211 void __declspec(naked) _aulldiv() function
264 void __declspec(naked) _allrem() function
346 void __declspec(naked) _aullrem() function
400 void __declspec(naked) _alldvrm() function
505 void __declspec(nake function
573 void __declspec(naked) _allshl() function
595 void __declspec(naked) _aullshr() function
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c30 #define ALIGN16(var) __declspec(align(16)) var
520 #define TALIGN16(t, var) __declspec(align(16)) t _ ## var
640 __declspec(naked)
668 __declspec(naked) function
712 __declspec(naked)
744 __declspec(naked)
803 __declspec(naked)
836 __declspec(naked)
909 __declspec(naked)
959 __declspec(nake
[all...]
/external/clang/test/CodeGen/
H A Ddllexport.c14 __declspec(dllexport) extern int ExternGlobalDecl;
18 __declspec(dllexport) int GlobalDef;
22 __declspec(dllexport) int GlobalInit = 1;
26 __declspec(dllexport) extern int GlobalDeclInit;
31 __declspec(dllexport) extern int GlobalRedecl1;
32 __declspec(dllexport) int GlobalRedecl1;
35 __declspec(dllexport) extern int GlobalRedecl2;
48 __declspec(dllexport) void def(void) {} function
53 __declspec(dllexport) inline void inlineFunc(void) {} function
54 __declspec(dllexpor function
102 void __declspec(dllimport) __declspec(dllexport) precedence1B(void) {} function
107 void __declspec(dllexport) __declspec(dllimport) precedence2B(void) {} function
[all...]
H A Ddllimport.c21 __declspec(dllimport) extern int ExternGlobalDecl;
26 __declspec(dllimport) int GlobalDecl;
31 __declspec(dllimport) extern int GlobalRedecl1;
32 __declspec(dllimport) extern int GlobalRedecl1;
36 __declspec(dllimport) int GlobalRedecl2;
37 __declspec(dllimport) int GlobalRedecl2;
43 __declspec(dllimport) extern int GlobalRedecl3;
55 __declspec(dllimport) void decl(void);
64 __declspec(dllimport) inline void inlineFunc(void) {} function
72 __declspec(dllimpor
73 __declspec(dllimport) __attribute__((always_inline)) inline void alwaysInline(void) {} function
[all...]
H A Dms-declspecs.c3 __declspec(selectany) int x1 = 1;
4 const __declspec(selectany) int x2 = 2;
8 struct __declspec(align(16)) S {
17 __declspec(naked) void t3() {} function
20 void __declspec(nothrow) t22();
24 __declspec(noinline) void t2() {} function
27 __declspec(noreturn) void f20_t(void);
/external/clang/test/Parser/
H A DMicrosoftExtensions.c6 extern __declspec(dllimport) void __stdcall VarR4FromDec(void);
7 __declspec(deprecated) __declspec(deprecated) char * __cdecl ltoa( long _Val, char * _DstBuf, int _Radix);
8 __declspec(safebuffers) __declspec(noalias) __declspec(restrict) void * __cdecl xxx(void *_Memory); /* expected-warning{{__declspec attribute 'safebuffers' is not supported}} expected-warning{{__declspec attribute 'noalias' is not supported}} expected-warning{{__declspec attribute 'restrict' is not supported}} */
41 enum __declspec(deprecate function
42 __declspec(deprecated) enum E3 { a, b, c } e; /* expected-note {{'e' has been explicitly marked deprecated here}} */ function
61 struct __declspec(frobble) S1 {}; /* expected-warning {{__declspec attribute 'frobble' is not supported}} */ function
[all...]
/external/clang/test/Sema/
H A DMicrosoftCompatibility.c14 __declspec(noreturn) void f6( void ) { function
18 __declspec(align(32768)) struct S1 { int a; } s; /* expected-error {{requested alignment must be 8192 bytes or smaller}} */
19 struct __declspec(aligned) S2 {}; /* expected-warning {{__declspec attribute 'aligned' is not supported}} */ function
21 struct __declspec(appdomain) S3 {}; /* expected-warning {{__declspec attribute 'appdomain' is not supported}} */ function
23 __declspec(__noreturn__) void f7(void); /* expected-warning {{__declspec attribute '__noreturn__' is not supported}} */
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}}
H A Ddllexport.c7 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
8 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
9 typedef int __declspec(dllexport) typedef3; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only applies to variables and functions}}
11 enum __declspec(dllexport) Enum { EnumVal }; // expected-warning{{'dllexport' attribute only applies to variables and functions}} function
12 struct __declspec(dllexport) Record {}; // expected-warning{{'dllexport' attribute only applies to variables and functions}} function
21 __declspec(dllexport) extern int ExternGlobalDecl;
24 __declspec(dllexport) int GlobalDef;
27 __declspec(dllexport) int GlobalInit1 = 1;
28 int __declspec(dllexpor
72 __declspec(dllexport) inline void inlineFunc1() {} function
92 __declspec(dllexport) inline void redecl5() {} // expected-error{{redeclaration of 'redecl5' cannot add 'dllexport' attribute}} function
129 void __declspec(dllimport) __declspec(dllexport) precedence1B() {} // expected-warning{{'dllimport' attribute ignored}} function
132 void __declspec(dllexport) __declspec(dllimport) precedence2B() {} // expected-warning{{'dllimport' attribute ignored}} function
[all...]
H A Ddllimport.c7 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
8 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
9 typedef int __declspec(dllimport) typedef3; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
10 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only applies to variables and functions}}
11 enum __declspec(dllimport) Enum { EnumVal }; // expected-warning{{'dllimport' attribute only applies to variables and functions}} function
12 struct __declspec(dllimport) Record {}; // expected-warning{{'dllimport' attribute only applies to variables and functions}} function
21 __declspec(dllimport) extern int ExternGlobalDecl;
24 __declspec(dllimport) int GlobalDecl;
32 __declspec(dllimport) extern int ExternGlobalInit = 1; // expected-error{{definition of dllimport data}}
33 __declspec(dllimpor
108 __declspec(dllimport) void def() {} // expected-error{{dllimport cannot be applied to non-inline function definition}} function
111 __declspec(dllimport) inline void inlineFunc1() {} function
134 __declspec(dllimport) inline void redecl6() {} // expected-error{{redeclaration of 'redecl6' cannot add 'dllimport' attribute}} function
[all...]
H A Dpragma-ms_struct.c62 struct __declspec(ms_struct) bad { // expected-warning {{__declspec attribute 'ms_struct' is not supported}} function
/external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
H A Dlib1.c2 __declspec(dllexport) function
/external/chromium_org/tools/gyp/test/dependencies/sharedlib-linksettings/
H A Dsharedlib.c8 __declspec(dllexport) function
/external/chromium_org/tools/gyp/test/library/src/
H A Dlib1.c4 __declspec(dllexport) function
H A Dlib1_moveable.c4 __declspec(dllexport) function
H A Dlib2.c4 __declspec(dllexport) function
H A Dlib2_moveable.c4 __declspec(dllexport) function
/external/chromium_org/tools/gyp/test/link-dependency/
H A Dmymalloc.c6 __declspec(dllexport) void foo() {} function
/external/chromium_org/tools/gyp/test/module/src/
H A Dlib1.c4 __declspec(dllexport) function
H A Dlib2.c4 __declspec(dllexport) function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c21952 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
24280 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
31065 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
62318 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
[all...]

Completed in 836 milliseconds