|
clang
3.8.0
|
#include <CFG.h>
Public Types | |
| typedef const CFGBlock | value_type |
| typedef value_type & | reference |
| typedef value_type * | pointer |
| typedef BumpVector< CFGBlock * > ::const_iterator | ImplTy |
Public Member Functions | |
| const_graph_iterator (const ImplTy &i) | |
| bool | operator== (const const_graph_iterator &X) const |
| bool | operator!= (const const_graph_iterator &X) const |
| reference | operator* () const |
| pointer | operator-> () const |
| operator CFGBlock * () const | |
| const_graph_iterator & | operator++ () |
| const_graph_iterator & | operator-- () |
| typedef const CFGBlock clang::CFG::const_graph_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6