Home | History | Annotate | Download | only in Index

Lines Matching full:dllimport

11 struct __declspec(dllimport) import_s {
15 // CHECK: <attribute>: attribute(dllimport)
17 // CHECK: <attribute>: attribute(dllimport)
27 class __attribute__((dllimport)) import_gnu_s {
31 // CHECK: <attribute>: attribute(dllimport)
33 // CHECK: <attribute>: attribute(dllimport)
43 void __declspec(dllimport) import_function(void);
45 // CHECK: <attribute>: attribute(dllimport)
46 void __attribute__((dllimport)) import_gnu_function(void);
48 // CHECK: <attribute>: attribute(dllimport)