Home
last modified time | relevance | path

Searched refs:StaticGlobal (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Ddllexport.c50 __declspec(dllexport) static int StaticGlobal; // expected-error{{'StaticGlobal' must have external… variable
Ddllimport.c109 __declspec(dllimport) static int StaticGlobal; // expected-error{{'StaticGlobal' must have external… variable
/external/clang/test/SemaCXX/
Ddllexport.cpp64 __declspec(dllexport) static int StaticGlobal; // expected-error{{'StaticGlobal' must have external… variable
Ddllimport.cpp116 __declspec(dllimport) static int StaticGlobal; // expected-error{{'StaticGlobal' must have external… variable