Searched refs:FirstType (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p5-0x.cpp | 11 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/ |
D | SemaStmt.cpp | 1758 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 …]
|
D | SemaDeclAttr.cpp | 2965 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()
|
D | SemaExpr.cpp | 11996 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/ |
D | data_serialization.h | 531 template<typename FirstType, typename... RestOfTypes> 532 struct TupleTraits<FirstType, RestOfTypes...> { 534 return GetDBusSignature<FirstType>() +
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 2415 typedef typename RawPairType::first_type FirstType; 2421 testing::SafeMatcherCast<const FirstType&>(first_matcher)), 2490 const Matcher<const FirstType&> first_matcher_;
|
/external/gmock/include/gmock/ |
D | gmock-matchers.h | 2763 typedef typename RawPairType::first_type FirstType; 2769 testing::SafeMatcherCast<const FirstType&>(first_matcher)), 2838 const Matcher<const FirstType&> first_matcher_;
|