reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/AliasSetTracker.cpp
  498         int ArgIdx = IdxArgPair.index();
lib/Analysis/CaptureTracking.cpp
  291         int Idx = IdxOpPair.index();
lib/CodeGen/AsmPrinter/AccelTable.cpp
  427     Asm->OutStreamer->AddComment("Compilation unit " + Twine(CU.index()));
  436     Asm->OutStreamer->AddComment("Bucket " + Twine(Bucket.index()));
  447       Asm->OutStreamer->AddComment("String in Bucket " + Twine(Bucket.index()) +
  561     CUIndex[CU.index()] = Count++;
  562     assert(CU.index() == CU.value()->getUniqueID());
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  359       dbgs() << "  Entry[" << E.index() << "]: ";
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  218     const char *Comment = (Byte.index() < TmpBuf->Comments.size())
  219                               ? TmpBuf->Comments[Byte.index()].c_str()
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1633     if (CI.paramHasAttr(Arg.index(), Attribute::ImmArg)) {
lib/CodeGen/MachineCSE.cpp
  316       PhysDefs.push_back(std::make_pair(MOP.index(), Reg));
lib/Object/Minidump.cpp
  149     if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second)
lib/ObjectYAML/MinidumpEmitter.cpp
  240     StreamDirectory[Stream.index()] = layout(File, *Stream.value());
lib/ProfileData/Coverage/CoverageMapping.cpp
  320     StringRef Arch = Arches.empty() ? StringRef() : Arches[File.index()];
  487         const bool Skipped = (CR.index() + 1) == Regions.size();
  492       if (CR.index() + 1 == Regions.size() ||
  493           CurStartLoc != Regions[CR.index() + 1].startLoc()) {
lib/Target/RISCV/RISCVInstrInfo.cpp
  500       const MachineOperand &MO = MI.getOperand(OI.index());
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1479       Targets[I.index()] = Env;
 1511           (Darwin::DarwinPlatformKind)Target.index(), EnvVars[Target.index()],
 1511           (Darwin::DarwinPlatformKind)Target.index(), EnvVars[Target.index()],
tools/clang/lib/Sema/SemaAttr.cpp
  644     if (I.index())
  645       OS << (I.index() == Rules.size() - 1 ? ", and " : ", ");
tools/clang/lib/Sema/SemaObjCProperty.cpp
  865       SelectedIndex = Prop.index();
tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
  157                          NewName.getNamePieces()[Range.index()]);
tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp
   32     MultipleRanges[Loc.index()] = SourceRange(
   34         Loc.value().getLocWithOffset(NamePieces[Loc.index()].size()));
tools/clang/tools/clang-refactor/TestSupport.cpp
  219           TestRanges.GroupedRanges[Group.index()].Ranges[I.index()].Begin);
  219           TestRanges.GroupedRanges[Group.index()].Ranges[I.index()].Begin);
  223           << TestRanges.GroupedRanges[Group.index()].Name << "':\n  ";
  242     const auto &TestGroup = TestRanges.GroupedRanges[Group.index()];
tools/clang/tools/driver/cc1gen_reproducer_main.cpp
   96       if (Arg.index())
  148     if (File.index())
tools/clang/tools/libclang/CIndex.cpp
 7954     availability[Avail.index()].Platform =
 7956     availability[Avail.index()].Introduced =
 7958     availability[Avail.index()].Deprecated =
 7960     availability[Avail.index()].Obsoleted =
 7962     availability[Avail.index()].Unavailable = Avail.value()->getUnavailable();
 7963     availability[Avail.index()].Message =
tools/clang/tools/libclang/CIndexer.cpp
  184     if (I.index())
  191       if (I.index())
  199       if (UF.index())
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 4138       if (Subject.index())
 4148         if (Rule.index())
tools/lld/ELF/Relocations.cpp
  841       reportUndefinedSymbol<ELFT>(it.value(), it.index() < 2);
tools/lldb/source/Commands/CommandObjectType.cpp
   85     auto next = command.entries()[entry.index() + 1].ref();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1963       if (!used[entry.index()] && !wants_raw_input)
tools/lldb/source/Interpreter/CommandObject.cpp
  972             entry.index(),
tools/lldb/source/Interpreter/Options.cpp
  939       return entry.index();
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  892         GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0);
 1781         GetModule(), this, SegmentID(EnumPHdr.index()),
 3102     s->Format("[{0,2}] ", H.index());
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  722         return Item.index();
tools/lldb/source/Utility/UUID.cpp
   43     if (separate(B.index()))
tools/llvm-cov/CoverageReport.cpp
  135       if (Component.index() >= NumRedundant)
  140       if (FirstPathComponents[Component.index()] != Component.value()) {
  141         NumRedundant = Component.index();
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1231         P.formatLine("Bucket[{0}] : {1}", Entry.index(),
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  129     return Entry.index();
unittests/ADT/STLExtrasTest.cpp
   50     CharResults.emplace_back(X.index(), X.value());
   62     IntResults.emplace_back(X.index(), X.value());
   73     IntResults.emplace_back(X.index(), X.value());
   99     Results.emplace_back(X.index(), X.value());
  117     Results.emplace_back(X.index(), X.value());
  270     EXPECT_EQ(I, Enumerated[I].index());
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  227     EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
  256     EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
  285     EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
  316     EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
  346     EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
utils/TableGen/GlobalISelEmitter.cpp
 2777             OM.getOpIdx() != Renderer.index())