Home
last modified time | relevance | path

Searched defs:is_same (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/test/SemaCXX/
Dwindows-arm-valist.cpp7 struct is_same { enum { value = 0 }; }; struct
10 struct is_same<type_, type_> { enum { value = 1 }; }; argument
Ddecltype-this.cpp4 template<typename T, typename U> struct is_same { struct
8 template<typename T> struct is_same<T, T> { struct
13 void f() { static_assert(is_same<decltype(this), S*>::value, ""); } in f() argument
Dnullptr.cpp84 template<typename T, typename U> struct is_same { struct
85 static const bool value = false;
88 template<typename T> struct is_same<T, T> { struct
89 static const bool value = true;
Denum.cpp43 template <class A, class B> struct is_same { static const int value = -1; }; struct
44 template <class A> struct is_same<A,A> { static const int value = 1; }; struct
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp4-cxx0x.cpp4 struct is_same { struct
9 struct is_same<T, T> { struct
18 static_assert(is_same<decltype(foo()), const int&&>::value, ""); argument
Dp5-cxx0x.cpp74 template<typename T, typename U> struct is_same { static const bool value = false; }; argument
75 template<typename T> struct is_same<T, T> { static const bool value = true; }; struct
/external/libcxx/test/libcxx/selftest/
Dtest_macros.pass.cpp30 struct is_same { enum { value = 0 }; }; argument
33 struct is_same<T, T> { enum { value = 1 }; }; struct
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-nodeduct.cpp20 struct is_same { struct
25 struct is_same<T, T> { argument
29 int typeof0[is_same<__typeof__(f<int>), void (int)>::value? 1 : -1]; argument
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
Dp14.cpp6 template<typename T, typename U> struct is_same { struct
10 template<typename T> struct is_same<T, T> { argument
11 static const bool value = true;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp18.cpp5 struct is_same { struct
10 struct is_same<T, T> { struct
21 static_assert(is_same<decltype(((r))), float const&>::value, in f3() argument
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
Dp6-0x.cpp4 struct is_same { struct
9 struct is_same<T, T> { struct
15 int JOIN(array,__LINE__)[is_same<T1, T2>::value? 1 : -1] argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp9-0x.cpp7 struct is_same { struct
12 struct is_same<T, T> { struct
13 static const bool value = true;
/external/clang/test/SemaTemplate/
Dexample-typelist.cpp15 struct is_same { struct
20 struct is_same<T, T> { argument
21 static const bool value = true;
Dissue150.cpp7 struct is_same { struct
12 struct is_same<T, T> { struct
13 static const bool value = true;
Daddress-spaces.cpp4 struct is_same { struct
9 struct is_same<T, T> { struct
30 int check_remove0[is_same<remove_pointer<int_1_ptr>::type, int_1>::value? 1 : -1]; argument
Ddefault-arguments.cpp87 struct is_same { static const bool value = false; }; struct
90 struct is_same<T, T> { static const bool value = true; }; struct
Dtypename-specifier-4.cpp5 struct is_same { struct
10 struct is_same<T, T> { struct
29 int a0[is_same<metafun_apply2<make_pair, int, float>::type, argument
Ddeduction.cpp20 struct is_same { struct
25 struct is_same<T, T> { struct
26 static const bool value = true;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dfixed-expansion.cpp7 struct is_same { struct
12 struct is_same<T, T> { struct
29 static_assert(is_same<X1<int, int>::type, argument
Dp4.cpp12 struct is_same { struct
17 struct is_same<T, T> { argument
18 static const bool value = true;
/external/clang/test/Headers/
Dthumbv7-apple-ios-types.cpp12 template <class _Tp, class _Up> struct is_same : public false_type {}; struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; struct
Darm64-apple-ios-types.cpp12 template <class _Tp, class _Up> struct is_same : public false_type {}; struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; struct
Dx86_64-apple-macosx-types.cpp12 template <class _Tp, class _Up> struct is_same : public false_type {}; struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; struct
/external/dbus/test/name-test/
Dtest-threads-init.c75 dbus_bool_t is_same) in check_mutex_lock()
93 dbus_bool_t is_same) in check_condvar_lock()
/external/clang/test/SemaObjCXX/
Darc-templates.mm9 struct is_same { struct
14 struct is_same<T, T> { argument

12