reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 InstIterator(const InstIterator<A,B,C,D> &II) 57 InstIterator(InstIterator<A,B,C,D> &II) 79 inline bool operator==(const InstIterator &y) const { 82 inline bool operator!=(const InstIterator& y) const { 86 InstIterator& operator++() { 91 inline InstIterator operator++(int) { 92 InstIterator tmp = *this; ++*this; return tmp; 95 InstIterator& operator--() { 103 inline InstIterator operator--(int) { 104 InstIterator tmp = *this; --*this; return tmp; 122 InstIterator<SymbolTableList<BasicBlock>, Function::iterator, 125 InstIterator<const SymbolTableList<BasicBlock>,