Home
last modified time | relevance | path

Searched refs:PairType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Analysis/
DConsumed.cpp459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in clang::consumed::ConsumedStmtVisitor
475 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo()
674 PropagationMap.insert(PairType(Call, in handleCall()
695 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); in propagateReturnType()
726 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp, in VisitBinaryOperator()
770 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp))); in VisitCXXBindTemporaryExpr()
787 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
789 PropagationMap.insert(PairType(Call, in VisitCXXConstructExpr()
802 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
843 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); in VisitDeclRefExpr()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2349 template <typename PairType>
2350 class KeyMatcherImpl : public MatcherInterface<PairType> {
2352 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2362 virtual bool MatchAndExplain(PairType key_value,
2398 template <typename PairType>
2399 operator Matcher<PairType>() const {
2400 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
2411 template <typename PairType>
2412 class PairMatcherImpl : public MatcherInterface<PairType> {
2414 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
[all …]
/external/gmock/include/gmock/
Dgmock-matchers.h2697 template <typename PairType>
2698 class KeyMatcherImpl : public MatcherInterface<PairType> {
2700 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2710 virtual bool MatchAndExplain(PairType key_value,
2746 template <typename PairType>
2747 operator Matcher<PairType>() const {
2748 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
2759 template <typename PairType>
2760 class PairMatcherImpl : public MatcherInterface<PairType> {
2762 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.cc199 template<typename PairType>
201 size_t operator()(const PairType& p) const { in operator ()()
212 inline bool operator()(const PairType& a, const PairType& b) const { in operator ()()