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

Declarations

include/llvm/ADT/IntervalMap.h
 1527   void setNodeStop(unsigned Level, KeyT Stop);

References

include/llvm/ADT/IntervalMap.h
 1569       setNodeStop(this->path.height(), b);
 1773     setNodeStop(Level, Stop);
 1831           setNodeStop(P.height(), SibLeaf.stop(SibOfs) = b);
 1864     setNodeStop(P.height(), b);
 1904     setNodeStop(IM.height, Node.stop(NewSize - 1));
 1944         setNodeStop(Level, Parent.stop(NewSize - 1));
 2024       setNodeStop(Level, Stop);