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

<<151152153154155156157158159160>>

  /external/clang/test/SemaObjCXX/
missing-lhs-gun-extension.mm 13 template <class T, class U = T> T tfoo(U x) { return x; }
objc-boxed-expressions-nsvalue.mm 105 template <class T> id box(T value) { return @(value); } // expected-error{{non-trivially copyable type 'NonTriviallyCopyable' cannot be used in a boxed expression}}
108 id y = box(ntc); // expected-note{{in instantiation of function template specialization 'box<NonTriviallyCopyable>' requested here}}
111 template <unsigned i> id boxRect(NSRect rect) { return @(rect); }
112 template <unsigned i> id boxNTC(NonTriviallyCopyable ntc) { return @(ntc); } // expected-error{{non-trivially copyable type 'NonTriviallyCopyable' cannot be used in a boxed expression}}
reserved-keyword-methods.mm 25 macro(template) \
  /external/clang/test/SemaTemplate/
default-expr-arguments-2.cpp 7 template <class T>
extension-sfinae.cpp 10 template<typename T> int f(decltype(T{123456})); // expected-note {{cannot be narrowed}}
inject-templated-friend-post.cpp 22 template <typename STRUCT_TYPE>
34 template <typename STRUCT_TYPE>
55 template struct Streamer<Foo>;
66 template <>
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 57 template <class InputIter, class OutputIter>
60 template <typename T, class InputIter>
64 template <typename T, class InputIter, class WeightIter>
67 template <class Iterator>
100 // Template implementations
102 template <class InputIter, class OutputIter>
125 template <typename T, class InputIter>
134 template <typename T, class InputIter, class WeightIter>
165 template <class Iterator>
  /external/eigen/Eigen/
StdList 1 // This file is part of Eigen, a lightweight C++ template library
  /external/eigen/Eigen/src/Core/
Select.h 1 // This file is part of Eigen, a lightweight C++ template library
31 template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType>
54 template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType>
121 template<typename Derived>
122 template<typename ThenDerived,typename ElseDerived>
135 template<typename Derived>
136 template<typename ThenDerived>
150 template<typename Derived>
151 template<typename ElseDerived>
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 1 // This file is part of Eigen, a lightweight C++ template library
30 template<typename _Scalar> struct ei_traits<Rotation2D<_Scalar> >
35 template<typename _Scalar>
80 template<typename Derived>
95 template<typename NewScalarType>
100 template<typename OtherScalarType>
125 template<typename Scalar>
126 template<typename Derived>
136 template<typename Scalar>
Translation.h 1 // This file is part of Eigen, a lightweight C++ template library
28 template<typename _Scalar, int _Dim>
85 template<typename Derived>
123 template<typename NewScalarType>
128 template<typename OtherScalarType>
130 { m_coeffs = other.vector().template cast<Scalar>(); }
150 template<typename Scalar, int Dim>
162 template<typename Scalar, int Dim>
175 template<typename Scalar, int Dim>
  /external/eigen/Eigen/src/Eigen2Support/
Macros.h 1 // This file is part of Eigen, a lightweight C++ template library
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 1 // This file is part of Eigen, a lightweight C++ template library
34 template<typename _Scalar> struct traits<Rotation2D<_Scalar> >
40 template<typename _Scalar>
88 template<typename Derived>
103 template<typename NewScalarType>
108 template<typename OtherScalarType>
135 template<typename Scalar>
136 template<typename Derived>
147 template<typename Scalar>
  /external/eigen/Eigen/src/Householder/
Householder.h 1 // This file is part of Eigen, a lightweight C++ template library
17 template<int n> struct decrement_size
41 template<typename Derived>
63 template<typename Derived>
64 template<typename EssentialPart>
110 template<typename Derived>
111 template<typename EssentialPart>
147 template<typename Derived>
148 template<typename EssentialPart>
  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 2 // This file is part of Eigen, a lightweight C++ template library
25 template<typename MatrixType>
50 template <typename Index>
59 template <typename MatrixType>
72 template <typename SrcType, unsigned int SrcUpLo>
93 template <typename Index>
100 template <typename MatrixType>
114 template<typename Index>
124 template <typename MatrixType>
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseUnaryOp.h 1 // This file is part of Eigen, a lightweight C++ template library
15 template<typename UnaryOp, typename MatrixType>
33 template<typename UnaryOp, typename MatrixType>
56 template<typename UnaryOp, typename MatrixType>
79 template<typename ViewOp, typename MatrixType>
97 template<typename ViewOp, typename MatrixType>
119 template<typename ViewOp, typename MatrixType>
141 template<typename Derived>
151 template<typename Derived>
SparseTranspose.h 1 // This file is part of Eigen, a lightweight C++ template library
15 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>
33 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>::InnerIterator
47 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>::ReverseInnerIterator
  /external/eigen/Eigen/src/SparseLU/
SparseLU_kernel_bmod.h 1 // This file is part of Eigen, a lightweight C++ template library
31 template <int SegSizeAtCompileTime> struct LU_kernel_bmod
33 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index>
38 template <int SegSizeAtCompileTime>
39 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index>
62 u = A.template triangularView<UnitLower>().solve(u);
92 template <> struct LU_kernel_bmod<1>
94 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index>
100 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index>
  /external/eigen/Eigen/src/misc/
Image.h 1 // This file is part of Eigen, a lightweight C++ template library
20 template<typename DecompositionType>
35 template<typename _DecompositionType> struct image_retval_base
55 template<typename Dest> inline void evalTo(Dest& dst) const
  /external/eigen/
README.android 4 Eigen is a C++ template library for linear algebra: matrices, vectors,
  /external/eigen/blas/
PackedSelfadjointProduct.h 1 // This file is part of Eigen, a lightweight C++ template library
18 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjLhs, bool ConjRhs>
21 template<typename Scalar, typename Index, int UpLo, bool ConjLhs, bool ConjRhs>
41 template<typename Scalar, typename Index, int UpLo, bool ConjLhs, bool ConjRhs>
complex_double.cpp 1 // This file is part of Eigen, a lightweight C++ template library
complex_single.cpp 1 // This file is part of Eigen, a lightweight C++ template library
  /external/eigen/lapack/
complex_double.cpp 1 // This file is part of Eigen, a lightweight C++ template library
complex_single.cpp 1 // This file is part of Eigen, a lightweight C++ template library

Completed in 1083 milliseconds

<<151152153154155156157158159160>>