Searched refs:impl_t (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp70 typedef decltype(impl) impl_t; typedef in class:either
75 elem(impl_t::index(detail::type<U>())),
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{}));
97 return get<impl_t::index(detail::type<U>())>();

Completed in 56 milliseconds