Home
last modified time | relevance | path

Searched refs:dllexport (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/clang/test/SemaCXX/
Ddllexport.cpp19 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies…
20 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies…
21 typedef int __declspec(dllexport) typedef3; // expected-warning{{'dllexport' attribute only applies…
22 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl…
23 enum __declspec(dllexport) Enum {}; // expected-warning{{'dllexport' attribute only applies to vari…
25 …enum class __declspec(dllexport) EnumClass {}; // expected-warning{{'dllexport' attribute only app…
35 __declspec(dllexport) extern int ExternGlobalDecl;
38 __declspec(dllexport) int GlobalDef;
41 __declspec(dllexport) int GlobalInit1 = 1;
42 int __declspec(dllexport) GlobalInit2 = 1;
[all …]
/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp46 __declspec(dllexport) void normalDef();
47 __declspec(dllexport) void normalInclass() { referencedNonExportedInClass(); } in normalInclass()
48 __declspec(dllexport) void normalInlineDef();
49 __declspec(dllexport) inline void normalInlineDecl();
68 __declspec(dllexport) virtual void virtualDef();
69 __declspec(dllexport) virtual void virtualInclass() {} in virtualInclass()
70 __declspec(dllexport) virtual void virtualInlineDef();
71 __declspec(dllexport) virtual inline void virtualInlineDecl();
81 __declspec(dllexport) static void staticDef();
82 __declspec(dllexport) static void staticInclass() {} in staticInclass()
[all …]
Ddllexport.cpp40 __declspec(dllexport) extern int ExternGlobalDecl;
45 __declspec(dllexport) int GlobalDef;
50 __declspec(dllexport) int GlobalInit1 = 1;
54 int __declspec(dllexport) GlobalInit2 = 1;
59 __declspec(dllexport) extern int GlobalDeclInit;
65 __declspec(dllexport) extern int GlobalRedecl1;
66 __declspec(dllexport) int GlobalRedecl1;
70 __declspec(dllexport) extern int GlobalRedecl2;
75 namespace ns { __declspec(dllexport) int ExternalGlobal; }
79 __declspec(dllexport) auto ExternalAutoTypeGlobal = External();
[all …]
Ddllexport-ms-friend.cpp6 friend __declspec(dllexport) void friend1() {} in friend1()
15 template<typename> friend __declspec(dllexport) void friend2() {} in friend2()
18 friend __declspec(dllexport) void friend3() {} in friend3()
20 friend __declspec(dllexport) void friend4() {} in friend4()
Dpr20897.cpp5 struct __declspec(dllexport) Derived : virtual Base {
20 struct __declspec(dllexport) Derived2 : virtual Base {
/external/clang/test/Sema/
Ddllexport.c7 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies…
8 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies…
9 typedef int __declspec(dllexport) typedef3; // expected-warning{{'dllexport' attribute only applies…
10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl…
11 enum __declspec(dllexport) Enum { EnumVal }; // expected-warning{{'dllexport' attribute only applie…
12 struct __declspec(dllexport) Record {}; // expected-warning{{'dllexport' attribute only applies to …
21 __declspec(dllexport) extern int ExternGlobalDecl;
24 __declspec(dllexport) int GlobalDef;
27 __declspec(dllexport) int GlobalInit1 = 1;
28 int __declspec(dllexport) GlobalInit2 = 1;
[all …]
/external/clang/test/CodeGen/
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) {} in def()
53 __declspec(dllexport) inline void inlineFunc(void) {} in inlineFunc()
54 __declspec(dllexport) inline void externInlineFunc(void) {} in externInlineFunc()
[all …]
Dwindows-on-arm-dllimport-dllexport.c3 __declspec(dllexport) int export_int;
7 __declspec(dllexport) void export_declared_function();
9 __declspec(dllexport) void export_implemented_function() { in export_implemented_function()
/external/llvm/test/CodeGen/ARM/Windows/
Ddllexport.ll9 define dllexport void @g() {
13 define dllexport void @h() unnamed_addr {
17 declare dllexport void @i()
19 define linkonce_odr dllexport void @j() {
23 define linkonce_odr dllexport void @k() alwaysinline {
27 define weak_odr dllexport void @l() {
31 @m = dllexport global i32 0, align 4
32 @n = dllexport unnamed_addr constant i32 0
33 @o = common dllexport global i32 0, align 4
34 @p = weak_odr dllexport global i32 0, align 4
[all …]
/external/llvm/test/CodeGen/X86/
Ddllexport-x86_64.ll13 define dllexport void @f1() {
18 define dllexport void @f2() unnamed_addr {
23 define linkonce_odr dllexport void @lnk1() {
28 define linkonce_odr dllexport void @lnk2() alwaysinline {
33 define weak_odr dllexport void @weak1() {
40 @Var1 = dllexport global i32 1, align 4
44 @Var2 = dllexport unnamed_addr constant i32 1
47 @Var3 = common dllexport global i32 0, align 4
50 @WeakVar1 = weak_odr dllexport global i32 1, align 4
53 @WeakVar2 = weak_odr dllexport unnamed_addr constant i32 1
[all …]
Ddllexport.ll21 define dllexport void @f1() {
26 define dllexport void @f2() unnamed_addr {
30 declare dllexport void @notDefined()
33 define dllexport x86_stdcallcc void @stdfun() nounwind {
38 define dllexport x86_fastcallcc i32 @fastfun() nounwind {
43 define dllexport x86_thiscallcc void @thisfun() nounwind {
48 define linkonce_odr dllexport void @lnk1() {
53 define linkonce_odr dllexport void @lnk2() alwaysinline {
58 define weak_odr dllexport void @weak1() {
65 @Var1 = dllexport global i32 1, align 4
[all …]
/external/libxml2/include/libxml/
Dxmlexports.h60 #define XMLPUBFUN __declspec(dllexport)
61 #define XMLPUBVAR __declspec(dllexport)
88 #define XMLPUBFUN __declspec(dllexport)
89 #define XMLPUBVAR __declspec(dllexport) extern
117 #define XMLPUBFUN __declspec(dllexport)
118 #define XMLPUBVAR __declspec(dllexport) extern
141 #define XMLPUBFUN __declspec(dllexport)
142 #define XMLPUBVAR __declspec(dllexport)
/external/clang/test/Rewriter/
Dobjc-modern-metadata-visibility.mm31 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllexport) unsigned long int O…
32 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllexport) unsigned long int O…
35 // CHECK: extern "C" __declspec(dllexport) struct _class_t OBJC_METACLASS_$_Sub
37 // CHECK: extern "C" __declspec(dllexport) struct _class_t OBJC_CLASS_$_Sub
38 // CHECK: extern "C" __declspec(dllexport) struct _class_t OBJC_CLASS_$_NSString;
39 // CHECK: extern "C" __declspec(dllexport) struct _class_t OBJC_METACLASS_$_NSString
40 // CHECK: extern "C" __declspec(dllexport) struct _class_t OBJC_CLASS_$_NSString
Dobjc-modern-linkage-spec.mm5 extern "C" __declspec(dllexport)
11 __declspec(dllexport)
16 __declspec(dllexport)
/external/clang/test/Index/
Dindex-attrs.cpp3 struct __declspec(dllexport) export_s {
19 class __attribute__((dllexport)) export_gnu_s {
35 extern "C" void __declspec(dllexport) export_function(void) {} in export_function()
38 extern "C" void __attribute__((dllexport)) export_gnu_function(void) {} in export_gnu_function()
Dindex-attrs.c3 void __declspec(dllexport) export_function(void) {} in export_function()
6 void __attribute__((dllexport)) export_gnu_attribute(void) {} in export_gnu_attribute()
/external/llvm/test/Bitcode/
Dlinkage-types-3.2.ll50 @dllexport.var = dllexport global i32 0
51 ; CHECK: @dllexport.var = dllexport global i32 0{{$}}
125 define dllexport void @dllexport()
126 ; CHECK: define dllexport void @dllexport() {
/external/llvm/test/SymbolRewriter/
Drewrite.ll32 define dllexport void @source_comdat_function() comdat($source_comdat_function) {
38 define dllexport void @source_comdat_function_1() comdat($source_comdat_function_1) {
88 ; CHECK: define dllexport void @target_comdat_function() comdat
89 ; CHECK-NOT: define dllexport void @source_comdat_function() comdat
90 ; CHECK: define dllexport void @target_comdat_function_1() comdat
91 ; CHECK-NOT: define dllexport void @source_comdat_function_1() comdat
/external/llvm/test/Transforms/Internalize/
Dlists.ll52 ; ALL: define dllexport void @export_foo() {
53 ; FOO_AND_J: define dllexport void @export_foo() {
54 ; FOO_AND_BAR: define dllexport void @export_foo() {
55 ; FOO_J_AND_BAR: define dllexport void @export_foo() {
56 define dllexport void @export_foo() {
/external/libcxx/include/
D__cxxabi_config.h32 #define _LIBCXXABI_DATA_VIS __declspec(dllexport)
33 #define _LIBCXXABI_FUNC_VIS __declspec(dllexport)
34 #define _LIBCXXABI_TYPE_VIS __declspec(dllexport)
/external/libcxxabi/include/
D__cxxabi_config.h32 #define _LIBCXXABI_DATA_VIS __declspec(dllexport)
33 #define _LIBCXXABI_FUNC_VIS __declspec(dllexport)
34 #define _LIBCXXABI_TYPE_VIS __declspec(dllexport)
/external/v8/tools/clang/plugins/tests/
Dmissing_ctor_dllexport.h23 class __declspec(dllexport) MissingCtorsArentOKInHeader {
31 class __declspec(dllexport) InlineImplicitMoveCtorOK {
45 class __declspec(dllexport) ExplicitlyDefaultedInlineAlsoWarns {
/external/ImageMagick/MagickCore/
Dmethod-attribute.h53 # define MagickExport __attribute__ ((dllexport))
55 # define MagickExport __declspec(dllexport)
70 # define ModuleExport __attribute__ ((dllexport))
72 # define ModuleExport __declspec(dllexport)
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_and_lib.cc10 extern "C" __declspec(dllexport) int f1() { in f1()
15 extern "C" __declspec(dllexport) int f2() { in f2()
/external/pcre/pcrecpp/
Dpcrecpp_internal.h57 # define PCRECPP_EXP_DECL extern __declspec(dllexport)
58 # define PCRECPP_EXP_DEFN __declspec(dllexport)

12345678910