LLZK 0.1.0
Veridise's ZK Language IR
|
#include <SymbolDefTree.h>
Public Types | |
using | NodeRef = const llzk::SymbolDefTreeNode * |
using | ChildIteratorType = llzk::SymbolDefTreeNode::child_iterator |
ChildIteratorType/begin/end - Allow iteration over all nodes in the graph. | |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef node) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
Definition at line 138 of file SymbolDefTree.h.
using llvm::GraphTraits< const llzk::SymbolDefTreeNode * >::ChildIteratorType = llzk::SymbolDefTreeNode::child_iterator |
ChildIteratorType/begin/end - Allow iteration over all nodes in the graph.
Definition at line 143 of file SymbolDefTree.h.
using llvm::GraphTraits< const llzk::SymbolDefTreeNode * >::NodeRef = const llzk::SymbolDefTreeNode * |
Definition at line 139 of file SymbolDefTree.h.
|
inlinestatic |
Definition at line 144 of file SymbolDefTree.h.
|
inlinestatic |
Definition at line 145 of file SymbolDefTree.h.
|
inlinestatic |
Definition at line 140 of file SymbolDefTree.h.