/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p4-cxx0x.cpp | 4 struct is_same { struct 9 struct is_same<T, T> { struct 18 static_assert(is_same<decltype(foo()), const int&&>::value, ""); argument
|
D | p5-cxx0x.cpp | 62 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/ |
D | p3-nodeduct.cpp | 20 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/ |
D | decltype-this.cpp | 3 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
|
D | nullptr.cpp | 79 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;
|
D | enum.cpp | 42 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/ |
D | p14.cpp | 6 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/ |
D | p18.cpp | 4 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/ |
D | p9-0x.cpp | 7 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/ |
D | p6-0x.cpp | 4 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/ |
D | example-typelist.cpp | 14 struct is_same { struct 19 struct is_same<T, T> { argument 20 static const bool value = true;
|
D | issue150.cpp | 6 struct is_same { struct 11 struct is_same<T, T> { struct 12 static const bool value = true;
|
D | address-spaces.cpp | 4 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
|
D | default-arguments.cpp | 83 struct is_same { static const bool value = false; }; struct 86 struct is_same<T, T> { static const bool value = true; }; struct
|
D | deduction.cpp | 20 struct is_same { struct 25 struct is_same<T, T> { argument 26 static const bool value = true;
|
D | typename-specifier-4.cpp | 3 struct is_same { struct 8 struct is_same<T, T> { struct 27 int a0[is_same<metafun_apply2<make_pair, int, float>::type, argument
|
D | temp_class_spec.cpp | 67 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/ |
D | fixed-expansion.cpp | 7 struct is_same { struct 12 struct is_same<T, T> { argument 29 static_assert(is_same<X1<int, int>::type, argument
|
D | p4.cpp | 12 struct is_same { struct 17 struct is_same<T, T> { argument 18 static const bool value = true;
|
D | multi-level-substitution.cpp | 10 struct is_same { struct 15 struct is_same<T, T> { argument 16 static const bool value = true;
|
D | metafunctions.cpp | 6 struct is_same { struct 11 struct is_same<T, T> { argument 12 static const bool value = true;
|
D | example-tuple.cpp | 28 struct is_same { struct 33 struct is_same<T, T> { struct 34 static const bool value = true;
|
D | example-bind.cpp | 28 struct is_same { struct 33 struct is_same<T, T> { argument 34 static const bool value = true;
|
/external/dbus/test/name-test/ |
D | test-threads-init.c | 75 dbus_bool_t is_same) in check_mutex_lock() 93 dbus_bool_t is_same) in check_condvar_lock()
|
/external/clang/test/SemaObjCXX/ |
D | arc-templates.mm | 7 struct is_same { struct 12 struct is_same<T, T> { argument
|