Searched refs:PairType (Results 1 – 8 of 8) sorted by relevance
33 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode()89 std::vector<const PairType *> Pairs; in writeToStream()92 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream()96 for (const PairType *P : Pairs) in writeToStream()141 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode()173 typedef typename decltype(Map)::value_type PairType; in writeToStream() typedef174 std::vector<const PairType *> Pairs; in writeToStream()177 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream()181 for (const PairType *P : Pairs) in writeToStream()193 for (const HwModeSelect::PairType &P : MS.Items) { in SubRegRangeByHwMode()[all …]
40 typedef std::pair<unsigned, Record *> PairType; typedef41 std::vector<PairType> Items;
62 for (const PairType &P : Items) in dump()
89 typedef typename MapType::value_type PairType; typedef
2952 template <typename PairType>2953 class KeyMatcherImpl : public MatcherInterface<PairType> {2955 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;2965 bool MatchAndExplain(PairType key_value,2999 template <typename PairType>3000 operator Matcher<PairType>() const {3001 return Matcher<PairType>(3002 new KeyMatcherImpl<const PairType&>(matcher_for_key_));3054 template <typename PairType>3055 class PairMatcherImpl : public MatcherInterface<PairType> {[all …]
553 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef554 std::vector<PairType> sorted_items; in ImportOffsetMap()
1809 for (const HwModeSelect::PairType &P : MS.second.Items) { in EmitHwModeCheck()
2440 for (const HwModeSelect::PairType &P : MS.second.Items) { in collectHwModesReferencedForEncodings()