Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp5-0x.cpp10 template<typename R, typename FirstType, typename ...Types>
11 struct has_nondeduced_pack_test<R(FirstType, Types..., int),
12 R(FirstType, Types...)> {
/external/clang/lib/Sema/
DSemaStmt.cpp1181 QualType FirstType; in ActOnObjCForCollectionStmt() local
1188 FirstType = D->getType(); in ActOnObjCForCollectionStmt()
1202 FirstType = static_cast<Expr*>(First)->getType(); in ActOnObjCForCollectionStmt()
1204 if (!FirstType->isDependentType() && in ActOnObjCForCollectionStmt()
1205 !FirstType->isObjCObjectPointerType() && in ActOnObjCForCollectionStmt()
1206 !FirstType->isBlockPointerType()) in ActOnObjCForCollectionStmt()
1208 << FirstType << First->getSourceRange(); in ActOnObjCForCollectionStmt()
DSemaDeclAttr.cpp2535 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
2536 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
2539 << FirstType->isVectorType() << FirstType; in handleTransparentUnionAttr()
2543 uint64_t FirstSize = S.Context.getTypeSize(FirstType); in handleTransparentUnionAttr()
2544 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType); in handleTransparentUnionAttr()
DSemaExpr.cpp9384 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
9389 FirstType = DstType; in DiagnoseAssignmentResult()
9399 FirstType = SrcType; in DiagnoseAssignmentResult()
9405 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
9419 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
9425 FirstType); in DiagnoseAssignmentResult()
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h2289 typedef typename RawPairType::first_type FirstType;
2295 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2364 const Matcher<const FirstType&> first_matcher_;