Home
last modified time | relevance | path

Searched refs:FirstType (Results 1 – 7 of 7) sorted by relevance

/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.cpp1758 QualType FirstType; in ActOnObjCForCollectionStmt() local
1768 FirstType = D->getType(); in ActOnObjCForCollectionStmt()
1777 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt()
1781 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) == in ActOnObjCForCollectionStmt()
1784 if (FirstType.isNull()) { in ActOnObjCForCollectionStmt()
1789 D->setType(FirstType); in ActOnObjCForCollectionStmt()
1806 FirstType = static_cast<Expr*>(First)->getType(); in ActOnObjCForCollectionStmt()
1807 if (FirstType.isConstQualified()) in ActOnObjCForCollectionStmt()
1809 << FirstType << First->getSourceRange(); in ActOnObjCForCollectionStmt()
1811 if (!FirstType->isDependentType() && in ActOnObjCForCollectionStmt()
[all …]
DSemaDeclAttr.cpp2965 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
2966 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
2969 << FirstType->isVectorType() << FirstType; in handleTransparentUnionAttr()
2973 uint64_t FirstSize = S.Context.getTypeSize(FirstType); in handleTransparentUnionAttr()
2974 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType); in handleTransparentUnionAttr()
DSemaExpr.cpp11996 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
12001 FirstType = DstType; in DiagnoseAssignmentResult()
12012 FirstType = SrcType; in DiagnoseAssignmentResult()
12019 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
12021 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
12034 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
12044 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/gmock/include/gmock/
Dgmock-matchers.h2763 typedef typename RawPairType::first_type FirstType;
2769 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2838 const Matcher<const FirstType&> first_matcher_;