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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-type.C17 struct same_type;
19 struct same_type<T,T> { }; struct
25 same_type<decltype(i),int>();
26 same_type<decltype((i)),int const&>();
28 same_type<decltype((i)),int const&>();
29 same_type<decltype(i),int>();
32 same_type<decltype(i),int>();
33 same_type<decltype((i)),int const&>();
34 same_type<decltype(i),int>();
37 same_type<decltyp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dcollapse.C2 template<typename T, typename U> struct same_type;
3 template<typename T> struct same_type<T, T> {}; struct
21 same_type<lref &, int &>();
22 same_type<lref &&, int &>();
23 same_type<rref &, int &>();
24 same_type<rref &&, int &&>();
26 same_type<rref const &, int &>();
27 same_type<crref volatile &&, int const &&>();
28 same_type<clref const &&, int const &>();
30 same_type<
[all...]
H A Drv-return.C4 template<typename T, typename U> struct same_type;
5 template<typename T> struct same_type<T, T> {}; struct
10 same_type<decltype(f()), int const> s1;
11 same_type<decltype(0,f()), int> s2;
17 same_type<decltype(g<int>()), int const> s3;
18 same_type<decltype(0,g<int>()), int> s4;
H A Dvariadic28.C11 struct same_type { struct
16 struct same_type<T, T> { struct
20 int a0[same_type<function_traits<int(double, char...)>::result_type, int>::value? 1 : -1];
21 int a1[same_type<function_traits<int(double, char,...)>::result_type, int>::value? 1 : -1];
22 int a2[same_type<function_traits<int(char,...)>::result_type, int>::value? 1 : -1];
23 int a3[same_type<function_traits<int(...)>::result_type, int>::value? 1 : -1];
24 int a4[same_type<function_traits<int(double x, char...)>::result_type, int>::value? 1 : -1];
25 int a5[same_type<function_traits<int(double, char y...)>::result_type, int>::value? 1 : -1];
H A Dcollapse-bug.C2 template<typename T, typename U> struct same_type;
3 template<typename T> struct same_type<T, T> {}; struct
15 same_type<S<int &>::type, int&(&)()>();
H A Dvariadic27.C11 struct same_type { struct
16 struct same_type<T, T> { struct
20 int a0[same_type<function_traits<int()>::result_type, int>::value? 1 : -1];
21 int a1[same_type<function_traits<int(float)>::result_type, int>::value? 1 : -1];
22 int a2[same_type<function_traits<int(double, char)>::result_type, int>::value? 1 : -1];
H A Ddeduce.C2 template<typename T, typename U> struct same_type;
3 template<typename T> struct same_type<T, T> {}; struct
12 same_type<T, int &>();
17 same_type<T, int>();
22 same_type<T, const int &>();
27 same_type<T, const int>();
H A Dvariadic29.C21 struct same_type { struct
26 struct same_type<T, T> { struct
32 int a0[same_type<function_traits<int (X::*)()>::result_type, int>::value? 1 : -1];
33 int a1[same_type<function_traits<int (X::*)(float)>::result_type, int>::value? 1 : -1];
34 int a2[same_type<function_traits<int (X::*)(double, char)>::result_type, int>::value? 1 : -1];
35 int a3[same_type<function_traits<int (X::*)(double, char) const>::result_type, int>::value? 1 : -1];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlanguage.h445 extern int same_type (struct type *, struct type *);
H A Dlanguage.c583 same_type (struct type *arg1, struct type *arg2)

Completed in 125 milliseconds