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

#include <CFG.h>

Inheritance diagram for llvm::GraphTraits< ::clang::CFG * >:
[legend]
Collaboration diagram for llvm::GraphTraits< ::clang::CFG * >:
[legend]

Public Types

typedef
::clang::CFG::graph_iterator 
nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< ::clang::CFGBlock * >
typedef ::clang::CFGBlock NodeType
 
typedef
::clang::CFGBlock::succ_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (::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 Public Member Functions inherited from llvm::GraphTraits< ::clang::CFGBlock * >
static NodeTypegetEntryNode (::clang::CFGBlock *BB)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

template<>
struct llvm::GraphTraits< ::clang::CFG * >

Definition at line 1059 of file CFG.h.

Member Typedef Documentation

typedef ::clang::CFG::graph_iterator llvm::GraphTraits< ::clang::CFG * >::nodes_iterator

Definition at line 1062 of file CFG.h.

Member Function Documentation

static NodeType* llvm::GraphTraits< ::clang::CFG * >::getEntryNode ( ::clang::CFG F)
inlinestatic

Definition at line 1064 of file CFG.h.

References clang::CFG::getEntry().

static nodes_iterator llvm::GraphTraits< ::clang::CFG * >::nodes_begin ( ::clang::CFG F)
inlinestatic

Definition at line 1065 of file CFG.h.

References clang::CFG::nodes_begin().

static nodes_iterator llvm::GraphTraits< ::clang::CFG * >::nodes_end ( ::clang::CFG F)
inlinestatic

Definition at line 1066 of file CFG.h.

References clang::CFG::nodes_end().

static unsigned llvm::GraphTraits< ::clang::CFG * >::size ( ::clang::CFG F)
inlinestatic

Definition at line 1067 of file CFG.h.

References clang::CFG::size().


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