clang  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< clang::ento::ExplodedNode * > Struct Template Reference

#include <ExplodedGraph.h>

Public Types

typedef clang::ento::ExplodedNode NodeType
 
typedef NodeType::succ_iterator ChildIteratorType
 
typedef llvm::df_iterator
< NodeType * > 
nodes_iterator
 

Static Public Member Functions

static NodeTypegetEntryNode (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)
 

Detailed Description

template<>
struct llvm::GraphTraits< clang::ento::ExplodedNode * >

Definition at line 443 of file ExplodedGraph.h.

Member Typedef Documentation

Definition at line 445 of file ExplodedGraph.h.

typedef llvm::df_iterator<NodeType*> llvm::GraphTraits< clang::ento::ExplodedNode * >::nodes_iterator

Definition at line 446 of file ExplodedGraph.h.

Definition at line 444 of file ExplodedGraph.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< clang::ento::ExplodedNode * >::child_begin ( NodeType N)
inlinestatic

Definition at line 452 of file ExplodedGraph.h.

References clang::ento::ExplodedNode::succ_begin().

static ChildIteratorType llvm::GraphTraits< clang::ento::ExplodedNode * >::child_end ( NodeType N)
inlinestatic

Definition at line 456 of file ExplodedGraph.h.

References clang::ento::ExplodedNode::succ_end().

static NodeType* llvm::GraphTraits< clang::ento::ExplodedNode * >::getEntryNode ( NodeType N)
inlinestatic

Definition at line 448 of file ExplodedGraph.h.

static nodes_iterator llvm::GraphTraits< clang::ento::ExplodedNode * >::nodes_begin ( NodeType N)
inlinestatic

Definition at line 460 of file ExplodedGraph.h.

static nodes_iterator llvm::GraphTraits< clang::ento::ExplodedNode * >::nodes_end ( NodeType N)
inlinestatic

Definition at line 464 of file ExplodedGraph.h.


The documentation for this struct was generated from the following file: