Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Interpreter/
H A DIncrementalProcessingTest.cpp82 const Function *GlobalInit1 = getGlobalInit(PTUs[0]->TheModule.get()); in TEST_F() local
/llvm-project/clang/test/Sema/
H A Ddllexport.c33 __declspec(dllexport) int GlobalInit1 = 1; variable
H A Ddllimport.c45 __declspec(dllimport) int GlobalInit1 = 1; // expected-error{{definition of dllimport data}} variable
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp58 __declspec(dllexport) int GlobalInit1 = 1; variable
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp55 __declspec(dllimport) int GlobalInit1 = 1; // expected-error{{definition of dllimport data}} variable
H A Ddllexport.cpp51 __declspec(dllexport) int GlobalInit1 = 1; variable