Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dcxx11-thread-local-instantiated.cpp5 template<typename T> struct TLS { static thread_local T *mData; }; member
7 template<typename T> thread_local T *TLS<T>::mData = non_constant_initializer(); member in TLS<T>