clang
3.7.0
|
#include <CFG.h>
Public Types | |
typedef ::clang::CFG::graph_iterator | nodes_iterator |
![]() | |
typedef ::clang::CFGBlock | NodeType |
typedef ::clang::CFGBlock::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (::clang::CFG *F) |
static nodes_iterator | nodes_begin (::clang::CFG *F) |
static nodes_iterator | nodes_end (::clang::CFG *F) |
static unsigned | size (::clang::CFG *F) |
![]() | |
static NodeType * | getEntryNode (::clang::CFGBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
typedef ::clang::CFG::graph_iterator llvm::GraphTraits< ::clang::CFG * >::nodes_iterator |
|
inlinestatic |
Definition at line 1064 of file CFG.h.
References clang::CFG::getEntry().
|
inlinestatic |
Definition at line 1065 of file CFG.h.
References clang::CFG::nodes_begin().
|
inlinestatic |
Definition at line 1066 of file CFG.h.
References clang::CFG::nodes_end().
|
inlinestatic |
Definition at line 1067 of file CFG.h.
References clang::CFG::size().