Home
last modified time | relevance | path

Searched defs:GlobalInit2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/unittests/Interpreter/
H A DIncrementalProcessingTest.cpp85 const Function *GlobalInit2 = getGlobalInit(PTUs[1]->TheModule.get()); in TEST_F() local
/llvm-project/clang/test/Sema/
H A Ddllexport.c34 int __declspec(dllexport) GlobalInit2 = 1; variable
H A Ddllimport.c46 int __declspec(dllimport) GlobalInit2 = 1; // expected-error{{definition of dllimport data}} variable
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp62 int __declspec(dllexport) GlobalInit2 = 1; variable
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp56 int __declspec(dllimport) GlobalInit2 = 1; // expected-error{{definition of dllimport data}} variable
H A Ddllexport.cpp52 int __declspec(dllexport) GlobalInit2 = 1; variable