HomeSort by: relevance | last modified time | path
    Searched defs:PairType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenHwModes.h 37 typedef std::pair<unsigned, Record*> PairType;
38 std::vector<PairType> Items;
InfoByHwMode.cpp 34 for (const HwModeSelect::PairType &P : MS.Items) {
88 std::vector<const PairType*> Pairs;
91 llvm::sort(Pairs, deref<std::less<PairType>>());
95 for (const PairType *P : Pairs)
144 for (const HwModeSelect::PairType &P : MS.Items) {
176 typedef typename decltype(Map)::value_type PairType;
177 std::vector<const PairType*> Pairs;
180 llvm::sort(Pairs, deref<std::less<PairType>>());
184 for (const PairType *P : Pairs)
191 for (const HwModeSelect::PairType &P : MS.Items)
    [all...]
InfoByHwMode.h 62 typedef typename MapType::value_type PairType;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2535 template <typename PairType>
2536 class KeyMatcherImpl : public MatcherInterface<PairType> {
2538 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2549 bool MatchAndExplain(PairType key_value,
2585 template <typename PairType>
2586 operator Matcher<PairType>() const {
2587 return Matcher<PairType>(
2588 new KeyMatcherImpl<const PairType&>(matcher_for_key_));
2599 template <typename PairType>
2600 class PairMatcherImpl : public MatcherInterface<PairType> {
    [all...]

Completed in 88 milliseconds