HomeSort by relevance Sort by last modified time
    Searched refs:SuperPair (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
JSONBackend.cpp 160 for (const auto &SuperPair : Def.getSuperClasses())
161 superclasses.push_back(SuperPair.first->getNameInitAsString());
170 for (const auto &SuperPair : Def.getSuperClasses()) {
171 auto SuperName = SuperPair.first->getNameInitAsString();
Record.cpp     [all...]
  /external/clang/test/Index/
index-templates.cpp 101 struct SuperPair : Pair<int, int>, Pair<T, U> { };
189 // CHECK-LOAD: index-templates.cpp:101:8: ClassTemplate=SuperPair:101:8 (Definition) Extent=[100:1 - 101:50]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 157 [&](const std::pair<Record *, SMRange> &SuperPair) {
158 return SuperPair.first->getName() == SuperName;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 591 for (const auto &SuperPair : Supers)
592 NewReg->addSuperClass(SuperPair.first, SuperPair.second);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenRegisters.cpp 669 for (const auto &SuperPair : Supers)
670 NewReg->addSuperClass(SuperPair.first, SuperPair.second);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 166 milliseconds