Searched refs:GlobalDeclInit (Results 1 – 6 of 6) sorted by relevance
26 __declspec(dllexport) extern int GlobalDeclInit;27 int GlobalDeclInit = 1; variable
40 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} expected… variable41 int GlobalDeclInit = 1; // expected-warning{{'GlobalDeclInit' redeclared without 'dllimport' attrib… variable
31 __declspec(dllexport) extern int GlobalDeclInit;32 int GlobalDeclInit = 1; variable
55 __declspec(dllexport) extern int GlobalDeclInit;56 int GlobalDeclInit = 1; variable
45 __declspec(dllexport) extern int GlobalDeclInit;46 int GlobalDeclInit = 1; variable
50 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} expected… variable51 int GlobalDeclInit = 1; // expected-warning{{'GlobalDeclInit' redeclared without 'dllimport' attrib… variable