HomeSort by relevance Sort by last modified time
    Searched full:impl_t (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
discrim-union.cpp 70 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 224 milliseconds