Home
last modified time | relevance | path

Searched refs:FirstType (Results 1 – 10 of 10) 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 …texpr IndexList(const internal::IndexTuple<FirstType, OtherTypes...>& other) : internal::IndexTupl…
312 …EIGEN_DEVICE_FUNC constexpr IndexList(FirstType& first, OtherTypes... other) : internal::IndexTupl…
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/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
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/clang/lib/Sema/
DSemaStmt.cpp1779 QualType FirstType; in ActOnObjCForCollectionStmt() local
1789 FirstType = D->getType(); in ActOnObjCForCollectionStmt()
1798 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt()
1802 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) == in ActOnObjCForCollectionStmt()
1805 if (FirstType.isNull()) { in ActOnObjCForCollectionStmt()
1810 D->setType(FirstType); in ActOnObjCForCollectionStmt()
1827 FirstType = static_cast<Expr*>(First)->getType(); in ActOnObjCForCollectionStmt()
1828 if (FirstType.isConstQualified()) in ActOnObjCForCollectionStmt()
1830 << FirstType << First->getSourceRange(); in ActOnObjCForCollectionStmt()
1832 if (!FirstType->isDependentType() && in ActOnObjCForCollectionStmt()
[all …]
DSemaDeclAttr.cpp3038 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
3039 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
3042 << FirstType->isVectorType() << FirstType; in handleTransparentUnionAttr()
3046 uint64_t FirstSize = S.Context.getTypeSize(FirstType); in handleTransparentUnionAttr()
3047 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType); in handleTransparentUnionAttr()
DSemaExpr.cpp12537 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
12542 FirstType = DstType; in DiagnoseAssignmentResult()
12553 FirstType = SrcType; in DiagnoseAssignmentResult()
12560 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
12562 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
12575 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
12585 FirstType, /*TakingAddress=*/true); in DiagnoseAssignmentResult()
/external/libbrillo/brillo/dbus/
Ddata_serialization.h531 template<typename FirstType, typename... RestOfTypes>
532 struct TupleTraits<FirstType, RestOfTypes...> {
534 return GetDBusSignature<FirstType>() +
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2415 typedef typename RawPairType::first_type FirstType;
2421 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2490 const Matcher<const FirstType&> first_matcher_;
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h3004 typedef typename RawPairType::first_type FirstType;
3010 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
3079 const Matcher<const FirstType&> first_matcher_;
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3004 typedef typename RawPairType::first_type FirstType;
3010 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
3079 const Matcher<const FirstType&> first_matcher_;
/external/fmtlib/test/gmock/
Dgmock.h7419 typedef typename RawPairType::first_type FirstType;
7425 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
7494 const Matcher<const FirstType&> first_matcher_;