Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dstatic-initializer-branch-weights.cpp36 static thread_local S thread_local_member; member
76 thread_local S A::thread_local_member; member in A
101 static thread_local S thread_local_member; member
112 template<typename T> thread_local S B<T>::thread_local_member; member in B<T>