HomeSort by relevance Sort by last modified time
    Searched full:template (Results 3926 - 3950 of 20596) sorted by null

<<151152153154155156157158159160>>

  /external/clang/test/CodeGenCXX/
exception-spec-decay.cpp 16 template <typename T>
implicit-instantiation-1.cpp 3 template<typename T>
incomplete-types.cpp 5 template<typename E>
inline-functions.cpp 13 template<typename> struct B { };
15 template<> struct B<char> {
40 template <typename T> class ClassTemplate {
111 template <typename T>
116 template <>
119 template <typename T>
124 template <>
137 template <typename>
142 template <typename>
mangle-ms-templates-memptrs-2.cpp 3 template <typename T, int (T::*)() = nullptr>
6 template <typename T, int T::* = nullptr>
51 template <void (MostGeneral::*MP)()>
56 template struct ClassTemplate<&MostGeneral::h>;
pr12104.cpp 5 template struct Patch<1>;
  /external/clang/test/Driver/
le64-unknown-unknown.cpp 126 template<int> void Switch();
127 template<> void Switch<4>();
128 template<> void Switch<8>();
129 template<> void Switch<16>();
wasm32-unknown-unknown.cpp 105 template<int> void Switch();
106 template<> void Switch<4>();
107 template<> void Switch<8>();
108 template<> void Switch<16>();
wasm64-unknown-unknown.cpp 105 template<int> void Switch();
106 template<> void Switch<4>();
107 template<> void Switch<8>();
108 template<> void Switch<16>();
  /external/clang/test/Index/
complete-qualified.cpp 0 template <typename X, typename Y>
  /external/clang/test/PCH/
chain-pending-instantiations.cpp 6 template <typename Derived>
cxx-exprs.cpp 13 template<typename T>
cxx-for-range.h 28 template<typename A>
  /external/clang/test/Parser/
eof2.cpp 13 template <typename T>
  /external/clang/test/Sema/
ms_wide_predefined_expr.cpp 15 template<class T> class A {
tls_alignment.cpp 57 template<class T> struct templated_tls {
68 // Verify alignment check where the alignment is a template parameter.
70 template <int N>
75 S<64> s_instance; // expected-note{{in instantiation of template class 'S<64>' requested here}}
  /external/clang/test/SemaCXX/
attr-cleanup-gcc.cpp 9 template <typename Ty>
class-base-member-init.cpp 31 template<typename T> struct A {};
32 template<typename T> struct B : A<T> {
40 template<typename T> struct A : T {
47 template<typename T> struct A {
constant-expression.cpp 6 // initializers, and as integral or enumeration non-type template arguments.
20 template <int itval, Enum etval> struct C {
80 template struct C<1, eval>;
81 template struct C<cval, ceval>;
82 template struct C<Struct::sval, Struct::seval>;
102 template<int n> struct S {};
130 template <int> struct A {};
132 // i can be used as non-type template-parameter as "const int x = { 42 };" is
139 template < typename T > void fn1() {
copy-assignment.cpp 102 template<typename T> class A : public unknown::X { // expected-error {{undeclared identifier 'unknown'}} expected-error {{expected class name}}
105 template<typename T> class B : public A<T> {
108 extern template class A<char>;
109 extern template class B<char>;
cxx1y-contextual-conversion-tweaks.cpp 8 template <class T> class zero_init {
62 template<typename T> operator T(); // not matching (ambiguous anyway)
66 template<typename T> operator int(); // not matching (ambiguous anyway)
107 template <typename T> operator T(); // In C++1y: matching and viable, since disambiguated by L.100
112 template <typename T> operator int(); // In C++1y: matching but ambiguous (disambiguated by L.105).
117 template <typename T> operator T(); // In C++1y: matching and viable, since disambiguated by L.110
122 template <typename T> operator int(); // In C++1y: matching but ambiguous, since disambiguated by L.115
127 template <typename T> operator T(); // In C++1y: not matching, nor viable.
133 template <typename T> operator T(); // In C++1y: matching and viable, since disambiguated by L.125
literal-type.cpp 25 // or constructor template that is not a copy or move constructor, and
67 template <typename T> class HasConstExprCtorTemplate {
70 template <typename U> constexpr HasConstExprCtorTemplate(U y) : x(y) {}
72 template <typename T> class HasConstExprCtorT {
nullability.cpp 23 // Adding non-null via a template.
24 template<typename T>
32 typedef AddNonNull<nullptr_t>::type nonnull_int_ptr_3; // expected-note{{in instantiation of template class}}
34 typedef AddNonNull<int>::type nonnull_non_pointer_1; // expected-note{{in instantiation of template class 'AddNonNull<int>' requested here}}
36 // Non-null checking within a template.
37 template<typename T>
64 template<void FP(_Nonnull int*)>
69 template void test_accepts_nonnull_null_pointer_literal_template<&accepts_nonnull_4>(); // expected-note{{instantiation of function template specialization}}
warn-new-overaligned-2.cpp 11 template <typename T>
  /external/clang/test/SemaObjCXX/
conversion-to-objc-pointer.mm 5 template<class T>

Completed in 951 milliseconds

<<151152153154155156157158159160>>