Home
last modified time | relevance | path

Searched refs:PairType (Results 1 – 5 of 5) 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/openfst/src/include/fst/extensions/pdt/
Dparen.h92 typedef typename M::value_type PairType; typedef
93 typedef typename PairType::second_type ValueType;
/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 ()()
/external/llvm/lib/TableGen/
DRecord.cpp1594 typedef std::pair<Init*, std::string> PairType; in get() typedef
1599 for (std::vector<PairType>::const_iterator i = args.begin(), in get()