Home
last modified time | relevance | path

Searched refs:FirstType (Results 1 – 11 of 11) 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.h542 template<typename FirstType, typename... RestOfTypes>
543 struct TupleTraits<FirstType, RestOfTypes...> {
545 return GetDBusSignature<FirstType>() +
/external/libcxxabi/src/demangle/
DItaniumDemangle.h857 const Node *FirstType; variable
863 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
865 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()
869 FirstType->print(S); in printLeft()
4733 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
4734 if (FirstType == nullptr) in parseSpecialName()
4741 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp774 const Node *FirstType; member in __anon17245d330111::CtorVtableSpecialName
780 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
784 FirstType->print(S); in printLeft()
4470 Node *FirstType = parseType(); in parseSpecialName() local
4471 if (FirstType == nullptr) in parseSpecialName()
4478 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h3007 typedef typename RawPairType::first_type FirstType;
3013 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
3082 const Matcher<const FirstType&> first_matcher_;
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2587 typedef typename RawPairType::first_type FirstType;
2593 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2662 const Matcher<const FirstType&> first_matcher_;