Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp33 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() typedef
174 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 …]
H A DCodeGenHwModes.h40 typedef std::pair<unsigned, Record *> PairType; typedef
41 std::vector<PairType> Items;
H A DCodeGenHwModes.cpp62 for (const PairType &P : Items) in dump()
H A DInfoByHwMode.h89 typedef typename MapType::value_type PairType; typedef
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2952 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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp553 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef
554 std::vector<PairType> sorted_items; in ImportOffsetMap()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1809 for (const HwModeSelect::PairType &P : MS.second.Items) { in EmitHwModeCheck()
H A DDecoderEmitter.cpp2440 for (const HwModeSelect::PairType &P : MS.second.Items) { in collectHwModesReferencedForEncodings()