Searched defs:__declspec (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dms-declspecs.c3 struct __declspec(align(16)) S {
12 __declspec(naked) void t3() {} function
15 void __declspec(nothrow) t22();
19 __declspec(noinline) void t2() {} function
23 __declspec(noreturn) void f20_t(void);
/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 {{unknown __declspec attribute 'aligned' ignored}} */ function
21 struct __declspec(appdomain) S3 {}; /* expected-warning {{__declspec attribute 'appdomain' is not supported}} * function
H A Ddllimport-dllexport.c22 inline void __declspec(dllexport) foo7(){} // expected-warning{{dllexport attribute ignored}} function
23 inline void __declspec(dllimport) foo8(){} // expected-warning{{dllimport attribute ignored}} function
25 void __declspec(dllimport) foo9(){} // expected-error{{dllimport attribute can be applied only to symbol declaration}} function
27 void __declspec(dllimport) __declspec(dllexport) foo10(); // expected-warning{{dllimport attribute ignored}}
29 void __declspec(dllexport) foo11();
30 void __declspec(dllimport) foo11(); // expected-warning{{dllimport attribute ignored}}
32 typedef int __declspec(dllexport) type1; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
36 void __declspec(dllimpor
[all...]
H A DMicrosoftExtensions.c90 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' declared here}}
91 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{declared here}} function
94 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} // expected-note {{'Dfunc1' declared here}}
96 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{argument to deprecated attribute was not a string literal}}
/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/clang/test/Parser/
H A DMicrosoftExtensions.c6 struct __declspec(uuid("00000000-0000-0000-C000-000000000046")) __declspec(novtable) IUnknown {}; /* expected-warning{{__declspec attribute 'novtable' is not supported}} */ function
7 extern __declspec(dllimport) void __stdcall VarR4FromDec();
8 __declspec(deprecated) __declspec(deprecated) char * __cdecl ltoa( long _Val, char * _DstBuf, int _Radix);
9 __declspec(noalias) __declspec(restrict) void * __cdecl xxx( void * _Memory ); /* expected-warning{{__declspec attribute 'noalias' is not supported}} expected-warning{{__declspec attribut
57 enum __declspec(deprecated) E2 { i, j, k }; // expected-note {{declared here}} function
58 __declspec(deprecated) enum E3 { a, b, c } e; // expected-note {{declared here}} function
84 struct __declspec(frobble) S1 {}; /* expected-warning {{unknown __declspec attribute 'frobble' ignored}} */ function
[all...]
/external/tcpdump/
H A Daddrtoname.c720 __declspec(dllimport) function
/external/sqlite/dist/orig/
H A Dsqlite3.c22821 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
25169 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
32022 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
64837 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22821 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
25169 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
32035 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
64850 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ function
[all...]

Completed in 1535 milliseconds