HomeSort by relevance Sort by last modified time
    Searched full:template (Results 701 - 725 of 20740) sorted by null

<<21222324252627282930>>

  /external/eigen/bench/
product_threshold.cpp 11 template<int S> struct map_size { enum { ret = S }; };
12 template<> struct map_size<10> { enum { ret = 20 }; };
13 template<> struct map_size<11> { enum { ret = 50 }; };
14 template<> struct map_size<12> { enum { ret = 100 }; };
15 template<> struct map_size<13> { enum { ret = 300 }; };
17 template<int M, int N,int K> struct alt_prod
38 template<int Mode, typename Lhs, typename Rhs, typename Res>
44 template<int M, int N, int K, typename Scalar, int Mode>
69 template<int N> struct print_n;
70 template<int M, int N, int K> struct loop_on_m
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/html/
template.a 7 package template
17 import parse "text/template/parse"
19 import template "text/template"
30 type @"text/template/parse".Pos int
31 func (@"text/template/parse".p·2 @"text/template/parse".Pos) Position () (? @"text/template/parse".Pos) { return @"text/template/parse".p·2 }
32 type @"text/template/parse".NodeType in
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/html/
template.a 7 package template
17 import parse "text/template/parse"
19 import template "text/template"
30 type @"text/template/parse".Pos int
31 func (@"text/template/parse".p·2 @"text/template/parse".Pos) Position () (? @"text/template/parse".Pos) { return @"text/template/parse".p·2 }
32 type @"text/template/parse".NodeType in
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 11 // template representation.
38 /// \brief Represents a template argument.
41 /// \brief The kind of template argument we're storing.
43 /// \brief Represents an empty template argument, e.g., one that has not
46 /// The template argument is a type.
48 /// The template argument is a declaration that was provided for a pointer,
49 /// reference, or pointer to member non-type template parameter.
51 /// The template argument is a null pointer or null pointer to member that
52 /// was provided for a non-type template parameter.
54 /// The template argument is an integral value stored in an llvm::APSIn
    [all...]
DeclTemplate.h 11 /// \brief Defines the C++ template declaration subclasses.
42 /// \brief Stores a template parameter of any kind.
46 /// \brief Stores a list of template parameters for a TemplateDecl and its
51 /// The location of the 'template' keyword.
57 /// The number of template parameters in this template
61 /// Whether this template parameter list contains an unexpanded parameter
82 /// \brief Iterates through the template parameters in this list.
85 /// \brief Iterates through the template parameters in this list.
103 assert(Idx < size() && "Template parameter index out-of-range")
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp 6 // be looked up to determine whether the < is the beginning of a template
10 // and shall name a class or function template. If the lookup in the class of
11 // the object expression finds a template, the name is also looked up in the
16 // and does not name a class template, the name found in the class of the
18 // -- if the name found is a class template, it must refer to the same
23 template<typename T>
26 template<typename T>
42 int set; // Non-template.
50 template<typename T> void a();
67 template<typename T> T end(T)
    [all...]
  /external/clang/test/Index/
comment-cplus-template-decls.cpp 14 template<typename T> struct A {
28 // CHECK: <Declaration>template &lt;typename T&gt; struct A {}</Declaration>
35 template <typename T> struct D : A<T> {
43 // CHECK: <Declaration>template &lt;typename T&gt; struct D : A&lt;T&gt; {}</Declaration>
52 template<typename T> struct E : Base {
58 // CHECK: <Declaration>template &lt;typename T&gt; struct E : Base {}</Declaration>
63 template<typename T>
65 // CHECK: <Declaration>template &lt;typename T&gt; void func_template_1(T AAA)</Declaration>
67 template<template<template<typename CCC> class DDD, class BBB> class AAA
    [all...]
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 3 template <class T>
8 template <class U>
38 template <class T>
46 template <class T>
51 template <class U>
57 template<typename U>
59 template <class V>
66 template<typename U>
76 template <typename T>
77 auto f1(T t) -> decltype(f1(t)) {} // expected-note{{candidate template ignored}
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
VectorBlock.h 1 // This file is part of Eigen, a lightweight C++ template library
17 template<typename Derived>
26 template<typename Derived>
35 template<typename Derived>
44 template<typename Derived>
53 template<typename Derived>
54 template<int Size>
63 template<typename Derived>
64 template<int Size>
73 template<typename Derived
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
apply.hpp 14 template<
31 template<
39 template<
56 template<
64 template<
81 template<
89 template<
106 template<
114 template<
131 template<
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
if.hpp 29 template<
39 template<
50 template<
77 // no partial class template specialization
81 template< bool C >
84 template< typename T1, typename T2 > struct result_
90 template<>
93 template< typename T1, typename T2 > struct result_
101 template<
109 ::template result_<T1,T2>::type type
    [all...]
sequence_tag.hpp 33 template<
47 template< bool >
50 template< typename Sequence > struct result_
56 template<>
59 template< typename Sequence > struct result_
67 template<
72 ::template result_<Sequence>
80 template< bool has_tag_, bool has_begin_ >
85 template< typename Sequence > struct result2_;
89 template<> struct sequence_tag_impl<has_tag,has_begin>
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
at.hpp 31 template< typename Vector, long n_ >
39 template< typename Vector, long n_ >
45 template<>
48 template< typename Vector, typename N > struct apply
62 template< typename Vector, BOOST_MPL_AUX_NTTP_DECL(long, n_) > struct v_at;
64 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) >
67 template< typename Vector, typename N > struct apply
88 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) > struct v_at_impl
90 template< typename V > struct result_;
94 template<> struct v_at_impl<-1
    [all...]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 4 template <class T>
11 template <class T>
21 template class B<int>; // expected-note {{requested here}}
22 template class B<char>; // expected-note {{requested here}}
31 template<class T> void f(T) {
36 template void A2::f(int);
38 template<class T0>
40 template<class T1> void f(T1) {
44 template void A3<int>::f(int);
46 template<class T0
    [all...]
typename-specifier.cpp 25 // expected-warning@-2 {{'typename' occurs outside of a template}}
29 // expected-warning@-2 {{'typename' occurs outside of a template}}
33 // expected-warning@-2 {{'typename' occurs outside of a template}}
40 // expected-warning@-3 2{{'typename' occurs outside of a template}}
47 // expected-warning@-2 {{'typename' occurs outside of a template}}
53 // expected-warning@-2 {{'typename' occurs outside of a template}}
58 template<typename T>
69 N::X<N::B>::type *ip5 = &i; // expected-note{{in instantiation of template class 'N::X<N::B>' requested here}}
70 N::X<N::C>::type *ip6 = &i; // expected-note{{in instantiation of template class 'N::X<N::C>' requested here}}
72 N::X<int>::type fail1; // expected-note{{in instantiation of template class 'N::X<int>' requested here}
    [all...]
instantiate-member-class.cpp 4 template<typename T>
11 template<typename T>
15 typedef typename X<Inner>::type // expected-note{{in instantiation of template class}}
23 Y<int> y; // expected-note{{in instantiation of template class}}
26 template<typename T>
65 template <typename T> struct Registry {
79 template <typename T> class A {
85 template class A<int>;
87 template <typename T> class B {
95 template class B<int>
    [all...]
pack-deduction.cpp 3 template<typename ...T> struct X {};
5 template<typename T, typename U> struct P {};
8 template<typename ...T> int f1(X<T, T...>... a); // expected-note +{{conflicting types for parameter 'T'}}
9 template<typename ...T> int f2(P<X<T...>, T> ...a); // expected-note +{{conflicting types for parameter 'T'}}
23 template<typename T, typename U> struct A {};
24 template<typename ...Ts> void f(A<Ts...>); // expected-note {{substitution failure [with Ts = <char, short, int>]: too many template arg}}
36 template<typename ...Ts> struct X {};
37 template<typename ...Ts> int g(X<Ts...>, decltype(f(Ts()...)));
43 template <class A, class...> struct X {}
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 40 template<typename T, typename unique_id,typename RefType> struct named_parameter;
41 template<typename unique_id,bool required> struct keyword;
45 template<typename NP1,typename NP2> struct named_parameter_combine;
68 template<typename T>
76 template<typename T>
80 template<typename Arg1>
84 template<typename Arg1,typename Arg2>
88 template<typename Arg1,typename Arg2,typename Arg3>
93 template<typename Visitor>
105 template<typename Derived
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.xsl 16 <xsl:template match="/CoverageReport">
89 <xsl:call-template name="legend-color">
92 </xsl:call-template>
93 <xsl:call-template name="legend-color">
98 </xsl:call-template>
99 <xsl:call-template name="legend-color">
102 </xsl:call-template>
103 <xsl:call-template name="legend-color">
106 </xsl:call-template>
131 </xsl:template>
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfVecAttribute.h 59 template <> const char *V2iAttribute::staticTypeName ();
60 template <> void V2iAttribute::writeValueTo (OStream &, int) const;
61 template <> void V2iAttribute::readValueFrom (IStream &, int, int);
65 template <> const char *V2fAttribute::staticTypeName ();
66 template <> void V2fAttribute::writeValueTo (OStream &, int) const;
67 template <> void V2fAttribute::readValueFrom (IStream &, int, int);
71 template <> const char *V2dAttribute::staticTypeName ();
72 template <> void V2dAttribute::writeValueTo (OStream &, int) const;
73 template <> void V2dAttribute::readValueFrom (IStream &, int, int);
77 template <> const char *V3iAttribute::staticTypeName ()
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_vec4.hpp 47 template <typename T, precision P>
107 template <precision Q>
127 template <typename A, typename B, typename C, typename D>
138 template <typename A, typename B, typename C, precision Q>
141 template <typename A, typename B, typename C, precision Q>
144 template <typename A, typename B, typename C, precision Q>
147 template <typename A, typename B, precision Q>
150 template <typename A, typename B, precision Q>
153 template <typename A, typename B, precision Q>
156 template <typename U, precision Q
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 43 template<typename _Alloc, typename _Tp>
46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
51 template<typename, typename>
60 template<typename _Alloc, typename _Tp>
63 template<typename _Alloc, typename _Tp,
67 template<typename _Alloc, typename _Tp>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typename _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 43 template<typename _Alloc, typename _Tp>
46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
51 template<typename, typename>
60 template<typename _Alloc, typename _Tp>
63 template<typename _Alloc, typename _Tp,
67 template<typename _Alloc, typename _Tp>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typename _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 43 template<typename _Alloc, typename _Tp>
46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
51 template<typename, typename>
60 template<typename _Alloc, typename _Tp>
63 template<typename _Alloc, typename _Tp,
67 template<typename _Alloc, typename _Tp>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typename _Tp
    [all...]
  /art/runtime/
object_lock.cc 24 template <typename T>
30 template <typename T>
35 template <typename T>
40 template <typename T>
45 template <typename T>
50 template class ObjectLock<mirror::Class>;
51 template class ObjectLock<mirror::Object>;

Completed in 1469 milliseconds

<<21222324252627282930>>