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

References

lib/DebugInfo/DWARF/DWARFUnit.cpp
  611         if (B != AddrDieMap.begin() && R.LowPC < (--B)->second.first) {
  641   --R;
lib/Transforms/Scalar/DeadStoreElimination.cpp
  965   OverlapIntervalsTy::iterator OII = --IntervalMap.end();
tools/clang/lib/Basic/SourceManager.cpp
 1825   --I;
 1859   --I;
tools/clang/lib/Edit/EditedSource.cpp
  153     --I;
  207     --I;
  472   --I;
tools/clang/lib/Tooling/Syntax/BuildTree.cpp
  141       for (auto It = EndChildren; It != BeginChildren; --It)
tools/dsymutil/DwarfLinker.cpp
 1883             --Range;
 2048       --Range;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  727   --ub;
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  156             --it; // Move it to the row corresponding to the current offset
tools/lldb/source/Symbol/UnwindTable.cpp
  129       --pos;
tools/lldb/source/Target/Memory.cpp
   63       --pos;
  141       --pos;
tools/lldb/source/Target/SectionLoadHistory.cpp
   57           --pos;
tools/llvm-objdump/MachODump.cpp
 7843   --Sym;
usr/include/c++/7.4.0/bits/stl_iterator.h
  172 	return *--__tmp;
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
  169 	  --__i;
usr/include/c++/7.4.0/bits/stl_tree.h
 2047 	    --__j;
 2152 	  else if (_M_impl._M_key_compare(_S_key((--__before)._M_node), __k))
 2237 	  else if (!_M_impl._M_key_compare(__k, _S_key((--__before)._M_node)))
utils/TableGen/SequenceToOffsetTable.h
   79     if (I != Seqs.begin() && isSuffix((--I)->first, Seq))