HomeSort by relevance Sort by last modified time
    Searched defs:PairType (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenHwModes.h 37 typedef std::pair<unsigned, Record*> PairType;
38 std::vector<PairType> Items;
InfoByHwMode.cpp 35 for (const HwModeSelect::PairType &P : MS.Items) {
84 std::vector<const PairType*> Pairs;
87 llvm::sort(Pairs.begin(), Pairs.end(), deref<std::less<PairType>>());
91 const PairType *P = Pairs[i];
143 for (const HwModeSelect::PairType &P : MS.Items) {
175 typedef typename decltype(Map)::value_type PairType;
176 std::vector<const PairType*> Pairs;
179 llvm::sort(Pairs.begin(), Pairs.end(), deref<std::less<PairType>>());
183 const PairType *P = Pairs[i];
InfoByHwMode.h 62 typedef typename MapType::value_type PairType;
  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 182 std::string PairType = "std::pair<" + FieldType + ", int>";
192 OS << " " << PairType << " Val = {CanonicalVal, 0};\n";
196 OS << " " << PairType << " Val = {CanonicalVal.data(), 0};\n";
199 OS << " ArrayRef<" << PairType << "> Table(" << Name << "sBy" << Field
207 OS << "[](const " << PairType << " &LHS, const " << PairType
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
STLExtrasTest.cpp 94 typedef std::pair<std::size_t, int> PairType;
95 std::vector<PairType> Results;
104 EXPECT_EQ(PairType(0u, 1), Results[0]);
105 EXPECT_EQ(PairType(1u, 2), Results[1]);
106 EXPECT_EQ(PairType(2u, 3), Results[2]);
113 typedef std::pair<std::size_t, char> PairType;
114 std::vector<PairType> Results;
122 EXPECT_EQ(PairType(0u, '2'), Results[0]);
123 EXPECT_EQ(PairType(1u, '3'), Results[1]);
124 EXPECT_EQ(PairType(2u, '4'), Results[2])
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 459 typedef std::pair<const Stmt *, PropagationInfo> PairType;
481 PropagationMap.insert(PairType(E->IgnoreParens(), PI));
680 PropagationMap.insert(PairType(Call,
701 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState)));
732 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp,
776 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp)));
793 PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
795 PropagationMap.insert(PairType(Call,
808 PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
849 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var)))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h     [all...]

Completed in 318 milliseconds