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/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.cc179 template<typename PairType>
181 size_t operator()(const PairType& p) const { in operator ()()
190 inline bool operator()(const PairType& a, const PairType& b) const { in operator ()()
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc194 template<typename PairType>
196 size_t operator()(const PairType& p) const { in operator ()()
205 inline bool operator()(const PairType& a, const PairType& b) const { in operator ()()
/external/llvm/lib/TableGen/
DRecord.cpp1576 typedef std::pair<Init*, std::string> PairType; in get() typedef
1581 for (std::vector<PairType>::const_iterator i = args.begin(), in get()