Searched defs:is_same_type (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dunderlying_type.cpp6 struct is_same_type { struct
10 struct is_same_type<T, T> { struct
18 static_assert(is_same_type<char, __underlying_type(f)>::value,
22 static_assert(is_same_type<int, __underlying_type(g)>::value,
26 static_assert(is_same_type<char, decltype(h)>::value,
34 static_assert(is_same_type<underlying_type<f>::type, char>::value,
42 static_assert(is_same_type<underlying_type<foo>::type, unsigned>::value,

Completed in 163 milliseconds