| /external/clang/test/SemaTemplate/ |
| dependent-names-no-std.cpp | 11 template<typename T> struct A { 14 f(t); // expected-error {{call to function 'f' that is neither visible in the template definition nor found by argument-dependent lookup}}
|
| instantiate-default-assignment-operator.cpp | 2 template<typename> struct PassRefPtr { }; 3 template<typename T> struct RefPtr {
|
| instantiate-type.cpp | 6 template<typename T> 20 template <class>
|
| instantiate-typedef.cpp | 3 template<typename T> 14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
|
| instantiation-depth-exception-spec.cpp | 3 template<typename T> T go(T a) noexcept(noexcept(go(a))); // \ 6 // expected-error {{recursive template instantiation exceeded maximum depth of 16}}
|
| overload-uneval.cpp | 11 template <typename> 17 template <typename T>
|
| /external/clang/www/ |
| libstdc++4.6-clang11.patch | 5 template<typename _Tp, typename _Up> 10 template<typename _Tp, typename _Up, typename... _Vp>
|
| /external/eigen/Eigen/src/Core/ |
| MatrixBase.h | 1 // This file is part of Eigen, a lightweight C++ template library 36 template<typename Derived> 48 template<typename Derived> class MatrixBase 145 /** Special case of the template operator=, in order to prevent the compiler 153 template <typename OtherDerived> 156 template <typename OtherDerived> 159 template<typename OtherDerived> 162 template<typename ProductDerived, typename Lhs, typename Rhs> 165 template<typename MatrixPower, typename Lhs, typename Rhs> 168 template<typename OtherDerived [all...] |
| /external/eigen/Eigen/src/Core/util/ |
| BlasUtil.h | 1 // This file is part of Eigen, a lightweight C++ template library 21 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjugateLhs=false, bool ConjugateRhs=false> 24 template<typename Scalar, typename Index, int nr, int StorageOrder, bool Conjugate = false, bool PanelMode=false> 27 template<typename Scalar, typename Index, int Pack1, int Pack2, int StorageOrder, bool Conjugate = false, bool PanelMode = false> 30 template< 37 template<typename Index, typename LhsScalar, int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar, bool ConjugateRhs, int Version=Specialized> 41 template<bool Conjugate> struct conj_if; 43 template<> struct conj_if<true> { 44 template<typename T> 46 template<typename T [all...] |
| /external/eigen/Eigen/src/SparseCore/ |
| SparseDot.h | 1 // This file is part of Eigen, a lightweight C++ template library 15 template<typename Derived> 16 template<typename OtherDerived> 39 template<typename Derived> 40 template<typename OtherDerived> 78 template<typename Derived> 85 template<typename Derived> 93 template<typename Derived>
|
| /external/eigen/bench/ |
| BenchUtil.h | 21 template<typename MatrixType> void initMatrix_random(MatrixType& mat) __attribute__((noinline)); 22 template<typename MatrixType> void initMatrix_random(MatrixType& mat) 27 template<typename MatrixType> void initMatrix_identity(MatrixType& mat) __attribute__((noinline)); 28 template<typename MatrixType> void initMatrix_identity(MatrixType& mat) 48 template <typename EigenMatrixType, typename GmmMatrixType> 63 template <typename EigenMatrixType> 75 template <typename EigenMatrixType, typename UblasMatrixType> 83 template <typename EigenType, typename UblasType>
|
| /external/eigen/bench/btl/generic_bench/static/ |
| static_size_generator.hh | 28 template <int SIZE,template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface> 43 template <template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface>
|
| /external/eigen/doc/examples/ |
| class_CwiseUnaryOp.cpp | 6 // define a custom template unary functor 7 template<typename Scalar>
|
| class_FixedBlock.cpp | 6 template<typename Derived> 13 template<typename Derived>
|
| class_FixedVectorBlock.cpp | 6 template<typename Derived> 13 template<typename Derived>
|
| /external/google-benchmark/test/ |
| cxx03_test.cc | 18 template <class T, class U> 24 template <class T>
|
| /external/libchrome/base/ |
| bind_helpers.h | 167 // http://stackoverflow.com/questions/257288/is-it-possible-to-write-a-c-template-to-check-for-a-functions-existence 177 // template <typename C> 180 // template <typename C> 185 // The problem here is that template resolution will not match 202 // template <typename C> 205 // template <typename C> 231 template <typename T> 253 template <void(BaseMixin::*)()> struct Helper {}; 255 template <typename C> 258 template <typename [all...] |
| /external/libchrome/base/mac/ |
| scoped_ioobject.h | 17 template <typename IOT> 30 template <typename IOT>
|
| scoped_nsobject.h | 40 // time with a template specialization (see below). 44 template <typename NST> 53 template <typename NST> 65 template <class C> 70 template <class C> 75 template <class C> 80 template <typename NST> 90 template<>
|
| /external/libcxx/include/ |
| numeric | 20 template <class InputIterator, class T> 24 template <class InputIterator, class T, class BinaryOperation> 28 template <class InputIterator1, class InputIterator2, class T> 32 template <class InputIterator1, class InputIterator2, class T, class BinaryOperation1, class BinaryOperation2> 37 template <class InputIterator, class OutputIterator> 41 template <class InputIterator, class OutputIterator, class BinaryOperation> 45 template <class InputIterator, class OutputIterator> 49 template <class InputIterator, class OutputIterator, class BinaryOperation> 53 template <class ForwardIterator, class T> 69 template <class _InputIterator, class _Tp [all...] |
| /external/libcxx/test/std/iterators/iterator.container/ |
| empty.pass.cpp | 11 // template <class C> constexpr auto empty(const C& c) -> decltype(c.empty()); // C++17 12 // template <class T, size_t N> constexpr bool empty(const T (&array)[N]) noexcept; // C++17 13 // template <class E> constexpr bool empty(initializer_list<E> il) noexcept; // C++17 26 template<typename C> 32 template<typename T> 38 template<typename C> 44 template<typename T> 50 template<typename T, size_t Sz>
|
| /external/libweave/src/privet/ |
| privet_types.cc | 75 template <> 79 template <> 83 template <> 87 template <> 91 template <> 95 template <> 99 template <> 103 template <>
|
| /external/opencv3/3rdparty/openexr/IlmImf/ |
| ImfVecAttribute.cpp | 54 template <> 62 template <> 71 template <> 80 template <> 88 template <> 97 template <> 106 template <> 114 template <> 123 template <> 132 template <> [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ |
| op_queue.hpp | 22 template <typename Operation> 28 template <typename Operation> 34 template <typename Operation1, typename Operation2> 40 template <typename Operation> 46 template <typename Operation> 52 template <typename Operation> 59 template <typename Operation> 117 template <typename OtherOperation>
|
| /external/testng/ |
| generate-version-file | 19 # for any super simple template generation as well. 22 echo "Usage: $(basename $0) <template-file> <template-variable> <value-file> <value-variable>" >&2 34 echo "Error: Template file $template_file does not exist." >&2 50 # Ensure that the template does indeed have @version@ 52 echo "Error: Template file $template_file has no instances of template variable $template_variable." >&2 58 # Apply the template, replacing @version@ with the VERSION.
|