Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwindows-arm-valist.cpp7 struct is_same { enum { value = 0 }; }; struct
10 struct is_same<type_, type_> { enum { value = 1 }; }; argument
H A Ddecltype-this.cpp4 template<typename T, typename U> struct is_same { struct
8 template<typename T> struct is_same<T, T> { argument
13 void f() { static_assert(is_same<decltype(this), S*>::value, ""); } in f() argument
H A 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;
H A Denum.cpp42 template <class A, class B> struct is_same { static const int value = -1; }; argument
43 template <class A> struct is_same<A,A> { static const int value = 1; }; struct
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp4-cxx0x.cpp4 struct is_same { struct
9 struct is_same<T, T> { argument
18 static_assert(is_same<decltype(foo()), const int&&>::value, ""); argument
H A Dp5-cxx0x.cpp74 template<typename T, typename U> struct is_same { static const bool value = false; }; struct
75 template<typename T> struct is_same<T, T> { static const bool value = true; }; argument
/minix3/external/bsd/libc++/dist/libcxx/test/libcxx/selftest/
H A Dtest_macros.pass.cpp30 struct is_same { enum { value = 0 }; }; argument
33 struct is_same<T, T> { enum { value = 1 }; }; struct
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-nodeduct.cpp20 struct is_same { struct
25 struct is_same<T, T> { struct
29 int typeof0[is_same<__typeof__(f<int>), void (int)>::value? 1 : -1]; argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A 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;
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A 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
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
H A 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
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp9-0x.cpp7 struct is_same { struct
12 struct is_same<T, T> { struct
13 static const bool value = true;
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dexample-typelist.cpp15 struct is_same { struct
20 struct is_same<T, T> { argument
21 static const bool value = true;
H A Dissue150.cpp7 struct is_same { struct
12 struct is_same<T, T> { argument
13 static const bool value = true;
H A 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
H A Ddefault-arguments.cpp85 struct is_same { static const bool value = false; }; argument
88 struct is_same<T, T> { static const bool value = true; }; struct
H A Dtypename-specifier-4.cpp3 struct is_same { struct
8 struct is_same<T, T> { argument
27 int a0[is_same<metafun_apply2<make_pair, int, float>::type, argument
H A Ddeduction.cpp20 struct is_same { struct
25 struct is_same<T, T> { argument
26 static const bool value = true;
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dfixed-expansion.cpp7 struct is_same { struct
12 struct is_same<T, T> { argument
29 static_assert(is_same<X1<int, int>::type, argument
H A Dp4.cpp12 struct is_same { struct
17 struct is_same<T, T> { struct
18 static const bool value = true;
H A Dmulti-level-substitution.cpp10 struct is_same { struct
15 struct is_same<T, T> { argument
16 static const bool value = true;
H A Dmetafunctions.cpp6 struct is_same { struct
11 struct is_same<T, T> { struct
12 static const bool value = true;
H A Dexample-tuple.cpp29 struct is_same { struct
34 struct is_same<T, T> { argument
35 static const bool value = true;
H A Dexample-bind.cpp29 struct is_same { struct
34 struct is_same<T, T> { argument
35 static const bool value = true;
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-templates.mm9 struct is_same { struct
14 struct is_same<T, T> { argument

12