Lines Matching refs:__declspec
4 __declspec(selectany) void foo() { } // expected-error{{'selectany' can only be applied to data ite… in foo()
6 __declspec(selectany) int x1 = 1;
8 const __declspec(selectany) int x2 = 2; // expected-error{{'selectany' can only be applied to data …
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…
23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede defin…
33 __declspec(selectany) X x(1);
36 __declspec(selectany) auto x8 = Internal(); // expected-error {{'selectany' can only be applied to …
45 extern const __declspec(selectany) SomeStruct some_struct; // expected-warning {{default initializa…