OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_same_type
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
underlying_type.cpp
6
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 3289 milliseconds