Searched defs:FirstType (Results 1 - 4 of 4) sorted by relevance

/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_;
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3275 QualType FirstType = FirstField->getType(); local
3276 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
3279 << FirstType->isVectorType() << FirstType;
3283 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
3284 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);
H A DSemaStmt.cpp1668 QualType FirstType; local
1678 FirstType = D->getType();
1687 if (FirstType->getContainedAutoType()) {
1691 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) ==
1694 if (FirstType.isNull()) {
1699 D->setType(FirstType);
1716 FirstType = static_cast<Expr*>(First)->getType();
1718 if (!FirstType->isDependentType() &&
1719 !FirstType->isObjCObjectPointerType() &&
1720 !FirstType
[all...]
H A DSemaExpr.cpp10532 QualType FirstType, SecondType; local
10537 FirstType = DstType;
10548 FirstType = SrcType;
10555 FDiag << FirstType << SecondType << SrcExpr->getSourceRange();
10557 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
10571 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
10577 FirstType);

Completed in 467 milliseconds