Home
last modified time | relevance | path

Searched defs:StaticLocalVar (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Ddllexport.c60 …__declspec(dllexport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have ext… in functionScope() local
H A Ddllimport.c97 …__declspec(dllimport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have ext… in functionScope() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Ddllimport.cpp110 …__declspec(dllimport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have ext… in functionScope() local
H A Ddllexport.cpp80 …__declspec(dllexport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have ext… in functionScope() local