Searched refs:PairType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | InfoByHwMode.cpp | 34 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode() 91 std::vector<const PairType *> Pairs; in writeToStream() 94 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream() 98 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() 197 for (const HwModeSelect::PairType &P : MS.Items) { in SubRegRangeByHwMode() [all …]
|
| H A D | CodeGenHwModes.h | 40 typedef std::pair<unsigned, const Record *> PairType; typedef 41 std::vector<PairType> Items;
|
| H A D | CodeGenHwModes.cpp | 53 for (const PairType &P : Items) in dump()
|
| H A D | InfoByHwMode.h | 89 typedef typename MapType::value_type PairType; typedef
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 454 using PairType= std::pair<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor 477 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo() 670 PropagationMap.insert(PairType(Call, in handleCall() 690 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); in propagateReturnType() 718 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp, in VisitBinaryOperator() 760 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp))); in VisitCXXBindTemporaryExpr() 776 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr() 778 PropagationMap.insert(PairType(Call, in VisitCXXConstructExpr() 791 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr() 828 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); in VisitDeclRefExpr() [all …]
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3110 template <typename PairType> 3111 class KeyMatcherImpl : public MatcherInterface<PairType> { 3113 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType; 3123 bool MatchAndExplain(PairType key_value, 3157 template <typename PairType> 3158 operator Matcher<PairType>() const { 3159 return Matcher<PairType>( 3160 new KeyMatcherImpl<const PairType&>(matcher_for_key_)); 3212 template <typename PairType> 3213 class PairMatcherImpl : public MatcherInterface<PairType> { [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 552 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef 553 std::vector<PairType> sorted_items; in ImportOffsetMap()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 1787 for (const HwModeSelect::PairType &P : MS.second.Items) { in emitHwModeCheck()
|
| H A D | DecoderEmitter.cpp | 2468 for (const HwModeSelect::PairType &P : MS.second.Items) { in collectHwModesReferencedForEncodings()
|