10#ifndef KLEE_KINSTITERATOR_H
11#define KLEE_KINSTITERATOR_H
36 operator bool()
const {
return it != 0; }
bool operator!=(const KInstIterator &b) const
bool operator==(const KInstIterator &b) const
KInstIterator(KInstruction **_it)
KInstIterator & operator++()
KInstruction * operator->() const