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

1 2 34 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp 4 template<typename T> using X = A; // expected-note {{declared here}}
8 template<typename T> using Id = T; // expected-note {{declared here}}
9 template<template<typename> class F>
12 typename F<A>::type j; // ok
15 template<typename T> using U = F<char>; // expected-note 2{{declared here}}
17 typename Y<F>::template U<char> l; // ok
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p4-neg.cpp 3 template<typename T> void f0(T) { } // expected-note{{previous}}
13 template<template<typename T, T Value1, int> class>
16 template<typename T>
19 template<typename T>
20 typename MetaFun<T*>::type f0(const T&) { while (1) {} } // expected-note{{previous}}
22 typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{redefinition}}
  /external/clang/test/CodeGenCXX/
template-linkage.cpp 2 template<typename T> struct A {
18 template <typename T> void f(T) { }
22 template <typename T> inline void g(T) { }
25 template<typename T>
30 template<typename T>
35 template<typename T> void X1<T>::blarg() { }
PR6474.cpp 4 template <typename T> struct X {
10 template <typename T> void X<T>::foo() {}
11 template <typename T> void X<T>::bar() {}
12 template <typename T> void X<T>::baz() {}
19 template <typename T> struct X {
25 template <typename T> void X<T>::foo() {}
26 template <typename T> void X<T>::bar() {}
27 template <typename T> void X<T>::baz() {}
function-template-explicit-specialization.cpp 3 template<typename T> void a(T);
9 template<typename T> void b(T);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 96 template<typename _Operation>
98 : public unary_function<typename _Operation::second_argument_type,
99 typename _Operation::result_type>
103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
110 typename _Operation::result_type
111 operator()(const typename _Operation::second_argument_type& __x) const
116 typename _Operation::result_type
117 operator()(typename _Operation::second_argument_type& __x) const
122 template<typename _Operation, typename _Tp
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 96 template<typename _Operation>
98 : public unary_function<typename _Operation::second_argument_type,
99 typename _Operation::result_type>
103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
110 typename _Operation::result_type
111 operator()(const typename _Operation::second_argument_type& __x) const
116 typename _Operation::result_type
117 operator()(typename _Operation::second_argument_type& __x) const
122 template<typename _Operation, typename _Tp
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 96 template<typename _Operation>
98 : public unary_function<typename _Operation::second_argument_type,
99 typename _Operation::result_type>
103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
110 typename _Operation::result_type
111 operator()(const typename _Operation::second_argument_type& __x) const
116 typename _Operation::result_type
117 operator()(typename _Operation::second_argument_type& __x) const
122 template<typename _Operation, typename _Tp
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 96 template<typename _Operation>
98 : public unary_function<typename _Operation::second_argument_type,
99 typename _Operation::result_type>
103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
110 typename _Operation::result_type
111 operator()(const typename _Operation::second_argument_type& __x) const
116 typename _Operation::result_type
117 operator()(typename _Operation::second_argument_type& __x) const
122 template<typename _Operation, typename _Tp
    [all...]
  /external/clang/test/SemaTemplate/
deduction.cpp 4 template<typename T, template<T> class A>
19 template<typename T, typename U>
24 template<typename T>
29 template<typename T> struct allocator { };
30 template<typename T, typename Alloc = allocator<T> > struct vector {};
37 template<typename T, typename Arg1, typename Arg2
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
HashCountedSet.h 30 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash,
31 typename Traits = HashTraits<Value> > class HashCountedSet {
37 typedef typename ImplType::iterator iterator;
38 typedef typename ImplType::const_iterator const_iterator;
78 template<typename Value, typename HashFunctions, typename Traits>
84 template<typename Value, typename HashFunctions, typename Traits
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
templateid.cpp 8 template <typename> class Ident {}; // expected-note {{previous use is here}}
11 template <typename> void Ident();
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1-retmem.cpp 3 template<typename T> struct X1 { };
5 template<typename T>
15 template<typename T>
16 typename X0<T>::size_type X0<T>::f0() const {
20 template<typename U>
21 typename X0<U>::value_type *X0<U>::f1() {
25 template<typename U>
26 X1<typename X0<U>::value_type*> X0<U>::f2() {
pr5056.cpp 5 template <typename T> struct A {
9 template <typename T>
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp 4 template<typename T>
6 template<typename U> struct Inner0 {
10 template<typename U> struct Inner0<U*> {
15 template<typename T> template<typename U>
38 template<typename T, typename U>
40 template<typename X, typename Y> struct Inner;
41 template<typename Y> struct Inner<T, Y> {}; // expected-note{{previous}
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p20.cpp 2 template<typename T>
5 template<typename T>
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-0x.cpp 3 template<typename T>
10 template<typename T>

Completed in 4732 milliseconds

1 2 34 5 6 7 8 91011>>