LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llvm::GraphTraits< const llzk::SymbolDefTreeNode * > Struct Reference

#include <SymbolDefTree.h>

Inheritance diagram for llvm::GraphTraits< const llzk::SymbolDefTreeNode * >:
[legend]

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)
 

Detailed Description

Definition at line 138 of file SymbolDefTree.h.

Member Typedef Documentation

◆ ChildIteratorType

ChildIteratorType/begin/end - Allow iteration over all nodes in the graph.

Definition at line 143 of file SymbolDefTree.h.

◆ NodeRef

Definition at line 139 of file SymbolDefTree.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< const llzk::SymbolDefTreeNode * >::child_begin ( NodeRef node)
inlinestatic

Definition at line 144 of file SymbolDefTree.h.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< const llzk::SymbolDefTreeNode * >::child_end ( NodeRef node)
inlinestatic

Definition at line 145 of file SymbolDefTree.h.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const llzk::SymbolDefTreeNode * >::getEntryNode ( NodeRef node)
inlinestatic

Definition at line 140 of file SymbolDefTree.h.


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