Searched defs:is_same (Results 26 - 38 of 38) sorted by relevance

12

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp6 struct is_same { struct
11 struct is_same<T, T> { struct
65 int check0[is_same<EverythingToInt<tuple<double, float>>::type,
75 int check0[is_same<double_values<1, 2, -3>::type,
83 int check1[is_same<square<1, 2, -3>::type,
93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type,
166 int check0[is_same<build_indices<5>::type,
191 int check0[is_same<apply_each<int,
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer,
230 int check2[is_same<apply_each_neste
[all...]
H A Dmulti-level-substitution.cpp10 struct is_same { struct
15 struct is_same<T, T> { struct
229 is_same<tuple_of_values<int&, float&, char, int>::apply<i, f, 'a', 17>
H A Dp4.cpp12 struct is_same { struct
17 struct is_same<T, T> { struct
173 int check_temp_arg_1[is_same<tuple_of_ints<1, 2, 3, 4, 5>::type,
H A Dexample-bind.cpp29 struct is_same { struct
34 struct is_same<T, T> { struct
/external/clang/test/SemaCXX/
H A Denum.cpp42 template <class A, class B> struct is_same { static const int value = -1; }; struct in namespace:test1
43 template <class A> struct is_same<A,A> { static const int value = 1; }; struct in namespace:test1
46 int test0[is_same<__typeof(+v0), int>::value];
49 int test1[is_same<__typeof(+v1), int>::value];
52 int test2[is_same<__typeof(+v2), unsigned int>::value];
55 int test3[is_same<__typeof(+v3), long>::value];
58 int test4[is_same<__typeof(+v4), unsigned long>::value];
H A Dtype-traits.cpp1681 void is_same() function
/external/clang/test/SemaTemplate/
H A Ddefault-arguments.cpp85 struct is_same { static const bool value = false; }; struct
88 struct is_same<T, T> { static const bool value = true; }; struct
90 int array1[is_same<__typeof__(vi),
93 int array2[is_same<__typeof(x2_deep_nontype),
99 int array3[is_same<X3<>, X3<X2> >::value? 1 : -1];
110 int array4[is_same<X4<add_pointer>,
H A Dtypename-specifier-4.cpp3 struct is_same { struct
8 struct is_same<T, T> { struct
27 int a0[is_same<metafun_apply2<make_pair, int, float>::type,
29 int a1[is_same<
44 int a2[is_same<swap_and_apply2<make_pair>::apply<int, float>::type,
55 int a3[is_same<swap_and_apply2b<make_pair>::apply<int, float>::type,
H A Dtemp_class_spec.cpp67 struct is_same { struct
72 struct is_same<T, T> { struct
79 int is_same0[is_same<int, int>::value? 1 : -1];
80 int is_same1[is_same<int, INT>::value? 1 : -1];
81 int is_same2[is_same<const int, int>::value? -1 : 1];
82 int is_same3[is_same<int_ptr, int>::value? -1 : 1];
94 int remove_ref0[is_same<remove_reference<int>::type, int>::value? 1 : -1];
95 int remove_ref1[is_same<remove_reference<int&>::type, int>::value? 1 : -1];
107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1];
108 int remove_const1[is_same<remove_cons
[all...]
/external/iptables/libiptc/
H A Dlibip4tc.c172 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) function
H A Dlibip6tc.c205 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, function
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp1511 static bool is_same(const tfeedback_decl &x, const tfeedback_decl &y);
1701 tfeedback_decl::is_same(const tfeedback_decl &x, const tfeedback_decl &y) function in class:tfeedback_decl
1936 if (tfeedback_decl::is_same(decls[i], decls[j])) {
/external/mesa3d/src/glsl/
H A Dlinker.cpp1511 static bool is_same(const tfeedback_decl &x, const tfeedback_decl &y);
1701 tfeedback_decl::is_same(const tfeedback_decl &x, const tfeedback_decl &y) function in class:tfeedback_decl
1936 if (tfeedback_decl::is_same(decls[i], decls[j])) {

Completed in 159 milliseconds

12