Home
last modified time | relevance | path

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

12

/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.cpp62 template<typename T, typename U> struct is_same { static const bool value = false; }; struct
63 template<typename T> struct is_same<T, T> { static const bool value = true; }; 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/SemaCXX/
Ddecltype-this.cpp3 template<typename T, typename U> struct is_same { struct
7 template<typename T> struct is_same<T, T> { struct
12 void f() { static_assert(is_same<decltype(this), S*>::value, ""); } in f() argument
Dnullptr.cpp79 template<typename T, typename U> struct is_same { struct
80 static const bool value = false;
83 template<typename T> struct is_same<T, T> { struct
84 static const bool value = true;
Denum.cpp42 template <class A, class B> struct is_same { static const int value = -1; }; struct
43 template <class A> struct is_same<A,A> { static const int value = 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.cpp4 struct is_same { struct
9 struct is_same<T, T> { struct
20 static_assert(is_same<decltype(((r))), float const&>::value, in f3() 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> { argument
13 static const bool value = true;
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
Dp6-0x.cpp4 struct is_same { struct
9 struct is_same<T, T> { argument
15 int JOIN(array,__LINE__)[is_same<T1, T2>::value? 1 : -1] argument
/external/clang/test/SemaTemplate/
Dexample-typelist.cpp14 struct is_same { struct
19 struct is_same<T, T> { argument
20 static const bool value = true;
Dissue150.cpp6 struct is_same { struct
11 struct is_same<T, T> { struct
12 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.cpp83 struct is_same { static const bool value = false; }; struct
86 struct is_same<T, T> { static const bool value = true; }; struct
Ddeduction.cpp20 struct is_same { struct
25 struct is_same<T, T> { argument
26 static const bool value = true;
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, argument
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]; argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dfixed-expansion.cpp7 struct is_same { struct
12 struct is_same<T, T> { argument
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;
Dmulti-level-substitution.cpp10 struct is_same { struct
15 struct is_same<T, T> { argument
16 static const bool value = true;
Dmetafunctions.cpp6 struct is_same { struct
11 struct is_same<T, T> { argument
12 static const bool value = true;
Dexample-tuple.cpp28 struct is_same { struct
33 struct is_same<T, T> { struct
34 static const bool value = true;
Dexample-bind.cpp28 struct is_same { struct
33 struct is_same<T, T> { argument
34 static const bool value = true;
/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.mm7 struct is_same { struct
12 struct is_same<T, T> { argument

12