Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:__thread

351 __declspec(dllimport) inline void FunctionWithTLSVar() { static __thread int x = 42; }