Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:__thread

73 __declspec(dllexport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllexport'}}
76 static __thread int OK; // no-error