clang API Documentation
#include <ExplodedGraph.h>
Public Types | |
| typedef const clang::ento::ExplodedNode | NodeType |
| typedef NodeType::const_succ_iterator | ChildIteratorType |
| typedef llvm::df_iterator < NodeType * > | nodes_iterator |
Static Public Member Functions | |
| static NodeType * | getEntryNode (NodeType *N) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
| static nodes_iterator | nodes_begin (NodeType *N) |
| static nodes_iterator | nodes_end (NodeType *N) |
Definition at line 452 of file ExplodedGraph.h.
| typedef NodeType::const_succ_iterator llvm::GraphTraits< const clang::ento::ExplodedNode * >::ChildIteratorType |
Definition at line 454 of file ExplodedGraph.h.
| typedef llvm::df_iterator<NodeType*> llvm::GraphTraits< const clang::ento::ExplodedNode * >::nodes_iterator |
Definition at line 455 of file ExplodedGraph.h.
| typedef const clang::ento::ExplodedNode llvm::GraphTraits< const clang::ento::ExplodedNode * >::NodeType |
Definition at line 453 of file ExplodedGraph.h.
| static ChildIteratorType llvm::GraphTraits< const clang::ento::ExplodedNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 461 of file ExplodedGraph.h.
References clang::ento::ExplodedNode::succ_begin().
| static ChildIteratorType llvm::GraphTraits< const clang::ento::ExplodedNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 465 of file ExplodedGraph.h.
References clang::ento::ExplodedNode::succ_end().
| static NodeType* llvm::GraphTraits< const clang::ento::ExplodedNode * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 457 of file ExplodedGraph.h.
| static nodes_iterator llvm::GraphTraits< const clang::ento::ExplodedNode * >::nodes_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 469 of file ExplodedGraph.h.
| static nodes_iterator llvm::GraphTraits< const clang::ento::ExplodedNode * >::nodes_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 473 of file ExplodedGraph.h.