Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp34 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode()
88 std::vector<const PairType*> Pairs; in writeToStream()
91 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream()
95 for (const PairType *P : Pairs) in writeToStream()
144 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode()
176 typedef typename decltype(Map)::value_type PairType; in writeToStream() typedef
177 std::vector<const PairType*> Pairs; in writeToStream()
180 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream()
184 for (const PairType *P : Pairs) in writeToStream()
191 for (const HwModeSelect::PairType &P : MS.Items) { in EncodingInfoByHwMode()
H A DCodeGenHwModes.h37 typedef std::pair<unsigned, Record*> PairType; typedef
38 std::vector<PairType> Items;
H A DCodeGenHwModes.cpp49 for (const PairType &P : Items) in dump()
H A DInfoByHwMode.h62 typedef typename MapType::value_type PairType; typedef
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp461 using PairType= std::pair<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
484 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo()
677 PropagationMap.insert(PairType(Call, in handleCall()
725 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp, in VisitBinaryOperator()
767 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp))); in VisitCXXBindTemporaryExpr()
783 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
785 PropagationMap.insert(PairType(Call, in VisitCXXConstructExpr()
798 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
835 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); in VisitDeclRefExpr()
845 PropagationMap.insert(PairType(DeclS, PropagationInfo(Var))); in VisitDeclStmt()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2535 template <typename PairType>
2536 class KeyMatcherImpl : public MatcherInterface<PairType> {
2549 bool MatchAndExplain(PairType key_value,
2585 template <typename PairType>
2586 operator Matcher<PairType>() const {
2587 return Matcher<PairType>(
2599 template <typename PairType>
2632 bool MatchAndExplain(PairType a_pair,
2691 template <typename PairType>
2692 operator Matcher<PairType> () const {
[all …]