HomeSort by relevance Sort by last modified time
    Searched refs:typename (Results 51 - 75 of 3532) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 5 template<typename ...Types = int> // expected-error{{template parameter pack cannot have a default argument}}
11 template<typename T> struct vector;
17 template<typename T = int> // expected-error{{default template argument not permitted on a friend template}}
20 template<typename T = int>
27 struct A0 { template<typename U> struct B; };
28 template<typename U = int> struct A0::B { };
31 template<typename T> struct A1 { template<typename U> struct B; };
32 template<typename T> template<typename U = int> struct A1<T>::B { }; // expected-error{{cannot add a default template argument to the def (…)
    [all...]
  /external/clang/test/CodeGenCXX/
2009-03-17-dbg.cpp 3 template <typename T1,typename T2>
6 template <typename T1,typename T2,void F(const T1&,const T2&)>
8 template <typename T> void g(T& i) { }
member-templates.cpp 5 template<typename T>
9 template<typename T> A::A(T) {}
12 template<typename T>
16 template<typename T> B::B(T) {}
22 template<typename T>
  /external/clang/test/SemaTemplate/
instantiate-overload-candidates.cpp 5 template <typename T> void f(T*, int) {}
7 template <typename T> struct S;
8 template <typename T> struct S_ : S<T> { typedef int type; }; // expected-note{{in instantiation}}
9 template <typename T> struct S {
17 template <typename T> S_<NoDefinition>::type f(T*, NoDefinition*); // expected-note{{in instantiation}}
recovery-crash.cpp 6 template <typename> struct A {
10 template <typename T> struct B : public A<T> {
11 template <typename T2> B(T2 x) {
typo-dependent-name.cpp 3 template<typename T>
8 template<typename T>
10 template<typename U>
  /external/llvm/include/llvm/Support/
type_traits.h 40 template<typename T> char is_class_helper(void(T::*)());
41 template<typename T> double is_class_helper(...);
44 template <typename T>
57 template <typename T>
65 template<typename T, typename U>
73 template<typename T, typename U>
78 template<typename T>
84 template<bool Cond, typename T = void
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec-locations.cpp 10 template<typename T>
16 template<typename T>
23 template<typename T>
26 typename add_reference<T>::type
33 template<typename T>
36 typename add_reference<T>::type
44 template<typename T, typename U>
47 t->T::template Inner<typename add_reference<U>::type
54 template<typename T
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
HashSet.h 29 template<typename Value, typename HashFunctions, typename Traits> class HashSet;
30 template<typename Value, typename HashFunctions, typename Traits>
32 template<typename Value, typename HashFunctions, typename Traits>
35 template<typename T> struct IdentityExtractor
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 55 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
58 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
64 template<typename Value_Type, typename Cmp_Fn, typename Allocator
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 55 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
58 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
64 template<typename Value_Type, typename Cmp_Fn, typename Allocator
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 55 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
58 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
64 template<typename Value_Type, typename Cmp_Fn, typename Allocator
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 55 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
58 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
64 template<typename Value_Type, typename Cmp_Fn, typename Allocator
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
p3-0x.cpp 4 template<typename T> struct identity
8 template<typename T = short>
9 operator typename identity<T>::type(); // expected-note{{candidate}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p9-0x.cpp 3 template<typename ...Types> struct tuple;
6 template<typename T, typename U>
11 template<typename T>
17 template<typename T, typename U>
22 template<typename ...Types>
31 template<typename ... Types> struct UselessPartialSpec;
33 template<typename ... Types, // expected-note{{non-deducible template parameter 'Types'}}
34 typename Tail> // expected-note{{non-deducible template parameter 'Tail'}
    [all...]
  /external/clang/test/CXX/temp/temp.names/
p2.cpp 7 template <typename R, typename P> void h(R (*func)(P)) {}
9 template <typename T> static void g(T*) {};
  /external/clang/test/Index/
complete-templates.cpp 3 template<typename T>
8 template<typename U> X(U);
11 template<typename T> void f(T);
19 // CHECK: ClassTemplate:{TypedText X}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50)
print-display-names.cpp 1 template<typename T, typename>
10 template<typename T>
16 // CHECK: print-display-names.cpp:2:7: ClassTemplate=ClassTmpl<T, typename>:2:7
  /external/stlport/test/compiler/
ttei1.cpp 17 template <typename T>
23 template <typename T>
29 template <> template <typename T>
ttei3.cpp 25 template <typename T>
31 template <typename T>
38 template <typename T>
ttei5.cpp 25 template <typename T>
31 template <typename T>
38 template <typename T>

Completed in 6066 milliseconds

1 23 4 5 6 7 8 91011>>