clang
7.0.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
Public Types | |
using | NodeRef = clang::ento::ExplodedNode * |
using | ChildIteratorType = clang::ento::ExplodedNode::succ_iterator |
using | nodes_iterator = llvm::df_iterator< NodeRef > |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static nodes_iterator | nodes_begin (NodeRef N) |
static nodes_iterator | nodes_end (NodeRef N) |
Definition at line 469 of file ExplodedGraph.h.
using llvm::GraphTraits< clang::ento::ExplodedNode * >::ChildIteratorType = clang::ento::ExplodedNode::succ_iterator |
Definition at line 471 of file ExplodedGraph.h.
using llvm::GraphTraits< clang::ento::ExplodedNode * >::NodeRef = clang::ento::ExplodedNode * |
Definition at line 470 of file ExplodedGraph.h.
using llvm::GraphTraits< clang::ento::ExplodedNode * >::nodes_iterator = llvm::df_iterator<NodeRef> |
Definition at line 472 of file ExplodedGraph.h.
|
inlinestatic |
Definition at line 476 of file ExplodedGraph.h.
References clang::ento::ExplodedNode::succ_begin().
|
inlinestatic |
Definition at line 478 of file ExplodedGraph.h.
References clang::ento::ExplodedNode::succ_end().
|
inlinestatic |
Definition at line 474 of file ExplodedGraph.h.
|
inlinestatic |
Definition at line 480 of file ExplodedGraph.h.
|
inlinestatic |
Definition at line 482 of file ExplodedGraph.h.