Searched refs:ThreadLocalGlobal (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Ddllexport.c53 __declspec(dllexport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllexport'}}
H A Ddllimport.c81 __declspec(dllimport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllimport'}}
/external/clang/test/SemaCXX/
H A Ddllexport.cpp73 __declspec(dllexport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllexport'}} variable
H A Ddllimport.cpp95 __declspec(dllimport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllimport'}} variable

Completed in 228 milliseconds