Home
last modified time | relevance | path

Searched refs:OtherTypes (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIndexList.h299 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/
Dp5.cpp23 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/
Dp5.cpp23 template<typename ...OtherTypes>
25 …typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains paramet…
/external/google-fruit/include/fruit/impl/meta/
Dcomponent.h713 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/
Dbugprone-dangling-handle.cpp104 void OtherTypes() { in OtherTypes() function