Searched refs:GlobalInit2 (Results 1 – 6 of 6) sorted by relevance
74 const Function *GlobalInit2 = getGlobalInit(PTUs[1]->TheModule.get()); in TEST() local75 ASSERT_TRUE(GlobalInit2); in TEST()77 ASSERT_FALSE(GlobalInit1->getName() == GlobalInit2->getName()); in TEST()
34 int __declspec(dllexport) GlobalInit2 = 1; variable
46 int __declspec(dllimport) GlobalInit2 = 1; // expected-error{{definition of dllimport data}} variable
60 int __declspec(dllexport) GlobalInit2 = 1; variable
52 int __declspec(dllexport) GlobalInit2 = 1; variable
56 int __declspec(dllimport) GlobalInit2 = 1; // expected-error{{definition of dllimport data}} variable