HomeSort by relevance Sort by last modified time
    Searched full:__declspec (Results 1 - 25 of 795) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
lib1.c 2 __declspec(dllexport) function
  /external/chromium_org/tools/gyp/test/ninja/solibs_avoid_relinking/
solib.cc 2 __declspec(dllexport)
  /external/clang/test/Rewriter/
objc-modern-metadata-visibility.mm 27 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllimport) unsigned long OBJC_IVAR_$_Sub$subIvar;
28 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" unsigned long OBJC_IVAR_$_Sub$PrivateIvar;
29 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllimport) unsigned long OBJC_IVAR_$_Sub$nsstring;
31 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllexport) unsigned long int OBJC_IVAR_$_Sub$subIvar
32 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllexport) unsigned long int OBJC_IVAR_$_Sub$nsstring
33 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" unsigned long int OBJC_IVAR_$_Sub$PrivateIva
    [all...]
objc-modern-linkage-spec.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-attributes -D"__declspec(X)=" %t-rw.cpp
5 extern "C" __declspec(dllexport)
11 __declspec(dllexport)
16 __declspec(dllexport)
  /external/clang/test/CodeGen/
dllimport-dllexport.c 9 __declspec(dllimport) void foo3();
10 __declspec(dllexport) void foo3(){}
12 __declspec(dllexport) void foo4();
ms-declspecs.c 3 __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/
MicrosoftExtensions.c 6 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(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 (…)
60 enum __declspec(deprecated) E2 { i, j, k }; \/\/ expected-note {{declared here}} function
61 __declspec(deprecated) enum E3 { a, b, c } e; \/\/ expected-note {{declared here}} function
87 struct __declspec(frobble) S1 {}; \/* expected-warning {{unknown __declspec attribute 'frobble' ignored}} *\/ function
    [all...]
  /external/clang/test/Sema/
MicrosoftCompatibility.c 14 __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
dllimport-dllexport.c 22 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(dllimport) foo12()
    [all...]
  /external/chromium_org/base/
base_export.h 12 #define BASE_EXPORT __declspec(dllexport)
13 #define BASE_EXPORT_PRIVATE __declspec(dllexport)
15 #define BASE_EXPORT __declspec(dllimport)
16 #define BASE_EXPORT_PRIVATE __declspec(dllimport)
  /external/chromium_org/tools/gyp/test/library/src/
lib1.c 4 __declspec(dllexport) function
lib1_moveable.c 4 __declspec(dllexport) function
lib2.c 4 __declspec(dllexport) function
lib2_moveable.c 4 __declspec(dllexport) function
  /external/chromium_org/tools/gyp/test/module/src/
lib1.c 4 __declspec(dllexport) function
lib2.c 4 __declspec(dllexport) function
  /external/chromium_org/webkit/browser/
webkit_storage_browser_export.h 12 #define WEBKIT_STORAGE_BROWSER_EXPORT __declspec(dllexport)
13 #define WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE __declspec(dllexport)
15 #define WEBKIT_STORAGE_BROWSER_EXPORT __declspec(dllimport)
16 #define WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE __declspec(dllimport)
  /external/clang/test/SemaCXX/
attr-selectany.cpp 4 __declspec(selectany) void foo() { } // expected-error{{'selectany' can only be applied to data items with external linkage}}
6 __declspec(selectany) int x1 = 1;
8 const __declspec(selectany) int x2 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}}
10 extern const __declspec(selectany) int x3 = 3;
13 const __declspec(selectany) int x4 = 4;
16 extern __declspec(selectany) int x5;
18 static __declspec(selectany) int x6 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}}
23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede definition}}
33 __declspec(selectany) X x(1);
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
warning-level3.cc 6 struct __declspec(align(8)) C8 { __int64 i; };
7 struct __declspec(align(4)) C4 { C8 m8; };
  /external/chromium_org/sync/base/
sync_export.h 12 #define SYNC_EXPORT __declspec(dllexport)
13 #define SYNC_EXPORT_PRIVATE __declspec(dllexport)
15 #define SYNC_EXPORT __declspec(dllimport)
16 #define SYNC_EXPORT_PRIVATE __declspec(dllimport)
18 #define SYNC_EXPORT __declspec(dllimport)
  /external/chromium_org/third_party/libxslt/libexslt/
exsltexports.h 51 #define EXSLTPUBFUN __declspec(dllexport)
52 #define EXSLTPUBVAR __declspec(dllexport)
56 #define EXSLTPUBVAR __declspec(dllimport) extern
73 #define EXSLTPUBFUN __declspec(dllexport)
74 #define EXSLTPUBVAR __declspec(dllexport) extern
78 #define EXSLTPUBVAR __declspec(dllimport) extern
98 #define EXSLTPUBFUN __declspec(dllexport)
99 #define EXSLTPUBVAR __declspec(dllexport) extern
103 #define EXSLTPUBVAR __declspec(dllimport) extern
120 #define EXSLTPUBFUN __declspec(dllexport
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltexports.h 53 #define XSLTPUBFUN __declspec(dllexport)
54 #define XSLTPUBVAR __declspec(dllexport)
58 #define XSLTPUBVAR __declspec(dllimport) extern
75 #define XSLTPUBFUN __declspec(dllexport)
76 #define XSLTPUBVAR __declspec(dllexport) extern
80 #define XSLTPUBVAR __declspec(dllimport) extern
100 #define XSLTPUBFUN __declspec(dllexport)
101 #define XSLTPUBVAR __declspec(dllexport) extern
105 #define XSLTPUBVAR __declspec(dllimport) extern
122 #define XSLTPUBFUN __declspec(dllexport
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
SConscript 22 '_GDI32_', # prevent wgl* being declared __declspec(dllimport)
23 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
26 # prevent _glapi_* from being declared __declspec(dllimport)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
SConscript 11 '_GDI32_', # prevent wgl* being declared __declspec(dllimport)
12 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
15 # prevent _glapi_* from being declared __declspec(dllimport)
  /external/libxslt/libxslt/
xsltexports.h 53 #define XSLTPUBFUN __declspec(dllexport)
54 #define XSLTPUBVAR __declspec(dllexport)
58 #define XSLTPUBVAR __declspec(dllimport) extern
75 #define XSLTPUBFUN __declspec(dllexport)
76 #define XSLTPUBVAR __declspec(dllexport) extern
80 #define XSLTPUBVAR __declspec(dllimport) extern
100 #define XSLTPUBFUN __declspec(dllexport)
101 #define XSLTPUBVAR __declspec(dllexport) extern
105 #define XSLTPUBVAR __declspec(dllimport) extern
122 #define XSLTPUBFUN __declspec(dllexport
    [all...]

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>