reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
322 for (auto I = P.Obj.top(), E = P.Obj.bottom(); I != E; ) { 680 for (auto I = top(), E = bottom(); I != E; I.down()) 1576 for (auto I = DS.top(), E = DS.bottom(); I != E; I.down()) {lib/Target/Hexagon/RDFGraph.h
672 bool empty() const { return Stack.empty() || top() == bottom(); }