Searched refs:OtherTypes (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorIndexList.h | 299 template<typename FirstType, typename... OtherTypes> 300 struct IndexList : internal::IndexTuple<FirstType, OtherTypes...> { 302 …return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >… 305 …return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >… 308 …return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >… 311 …List(const internal::IndexTuple<FirstType, OtherTypes...>& other) : internal::IndexTuple<FirstType… 312 …_FUNC constexpr IndexList(FirstType& first, OtherTypes... other) : internal::IndexTuple<FirstType,… 313 EIGEN_DEVICE_FUNC constexpr IndexList() : internal::IndexTuple<FirstType, OtherTypes...>() { } 316 …return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >… 319 …return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >… [all …]
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 23 template<typename ...OtherTypes> 25 …typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains paramet…
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 23 template<typename ...OtherTypes> 25 …typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains paramet…
|
/external/google-fruit/include/fruit/impl/meta/ |
D | component.h | 713 template <typename T, typename... OtherTypes> 714 struct apply<Vector<Type<T>, OtherTypes...>> { 715 using type = CheckNoRequiredTypesInComponentArguments(Vector<OtherTypes...>); 718 template <typename... RequiredArgs, typename... OtherTypes> 719 struct apply<Vector<Type<fruit::Required<RequiredArgs...>>, OtherTypes...>> {
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-dangling-handle.cpp | 104 void OtherTypes() { in OtherTypes() function
|