Home
last modified time | relevance | path

Searched refs:ConfuseLookup (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp332 struct ConfuseLookup { struct
342 size_t ConfuseLookup<T>::m_val::ms_test
343 = size_t(&(char&)(reinterpret_cast<ConfuseLookup<T>*>(0)->m_val));
345 void instantiate() { ConfuseLookup<int>::m_val::ms_test = 1; } in instantiate()