Searched refs:FirstType (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp5-0x.cpp11 template<typename R, typename FirstType, typename ...Types>
12 struct has_nondeduced_pack_test<R(FirstType, Types..., int),
13 R(FirstType, Types...)> {
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A 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...> >::value-1, DenseIndex>::get(i, *this);
305 return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >::value-1, DenseIndex>::get(i, *this);
308 return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >::value-1, DenseIndex>::set(i, *this, value);
311 EIGEN_DEVICE_FUNC constexpr IndexList(const internal::IndexTuple<FirstType, OtherTypes...>& other) : internal::IndexTuple<FirstType, OtherTypes...>(other) { }
312 EIGEN_DEVICE_FUNC constexpr IndexList(FirstType& first, OtherTypes... other) : internal::IndexTuple<FirstType, OtherTypes...>(first, other...) { }
313 EIGEN_DEVICE_FUNC constexpr IndexList() : internal::IndexTuple<FirstType, OtherType
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp1779 QualType FirstType; local
1789 FirstType = D->getType();
1798 if (FirstType->getContainedAutoType()) {
1802 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) ==
1805 if (FirstType.isNull()) {
1810 D->setType(FirstType);
1827 FirstType = static_cast<Expr*>(First)->getType();
1828 if (FirstType.isConstQualified())
1830 << FirstType << First->getSourceRange();
1832 if (!FirstType
[all...]
H A DSemaDeclAttr.cpp3038 QualType FirstType = FirstField->getType(); local
3039 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
3042 << FirstType->isVectorType() << FirstType;
3046 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
3047 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);
H A DSemaExpr.cpp12537 QualType FirstType, SecondType; local
12542 FirstType = DstType;
12553 FirstType = SrcType;
12560 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
12562 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
12575 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
12585 FirstType, /*TakingAddress=*/true);
/external/libbrillo/brillo/dbus/
H A Ddata_serialization.h531 template<typename FirstType, typename... RestOfTypes>
532 struct TupleTraits<FirstType, RestOfTypes...> {
534 return GetDBusSignature<FirstType>() +
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2415 typedef typename RawPairType::first_type FirstType; typedef in class:testing::internal::PairMatcherImpl
2421 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2490 const Matcher<const FirstType&> first_matcher_;
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3004 typedef typename RawPairType::first_type FirstType; typedef in class:testing::internal::PairMatcherImpl
3010 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
3079 const Matcher<const FirstType&> first_matcher_;
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3004 typedef typename RawPairType::first_type FirstType; typedef in class:testing::internal::PairMatcherImpl
3010 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
3079 const Matcher<const FirstType&> first_matcher_;
/external/fmtlib/test/gmock/
H A Dgmock.h7419 typedef typename RawPairType::first_type FirstType; typedef in class:testing::internal::PairMatcherImpl
7425 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
7494 const Matcher<const FirstType&> first_matcher_;

Completed in 391 milliseconds