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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A 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/
H A DSemaStmt.cpp1521 QualType FirstType; local
1528 FirstType = D->getType();
1542 FirstType = static_cast<Expr*>(First)->getType();
1544 if (!FirstType->isDependentType() &&
1545 !FirstType->isObjCObjectPointerType() &&
1546 !FirstType->isBlockPointerType())
1548 << FirstType << First->getSourceRange());
H A DSemaDeclAttr.cpp3062 QualType FirstType = FirstField->getType(); local
3063 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
3066 << FirstType->isVectorType() << FirstType;
3070 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
3071 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);
H A DSemaExpr.cpp9759 QualType FirstType, SecondType; local
9764 FirstType = DstType;
9774 FirstType = SrcType;
9780 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
9794 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
9800 FirstType);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h2289 typedef typename RawPairType::first_type FirstType; typedef in class:testing::internal::PairMatcherImpl
2295 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2364 const Matcher<const FirstType&> first_matcher_;

Completed in 177 milliseconds