GCC Middle and Back End API Reference
dump_info Struct Reference

#include <tree-dump.h>

Collaboration diagram for dump_info:

Data Fields

FILEstream
 
const_tree node
 
dump_flags_t flags
 
unsigned int index
 
unsigned int column
 
dump_queue_p queue
 
dump_queue_p queue_end
 
dump_queue_p free_list
 
splay_tree nodes
 

Detailed Description

A dump_info gives information about how we should perform the dump
and about the current state of the dump.   

Field Documentation

◆ column

◆ flags

dump_flags_t dump_info::flags

Referenced by dump_flag(), and dump_node().

◆ free_list

dump_queue_p dump_info::free_list

Referenced by dequeue_and_dump(), dump_node(), and queue().

◆ index

unsigned int dump_info::index

Referenced by dump_node(), and queue().

◆ node

◆ nodes

splay_tree dump_info::nodes

◆ queue

dump_queue_p dump_info::queue

Referenced by dequeue_and_dump(), dump_node(), and queue().

◆ queue_end

dump_queue_p dump_info::queue_end

Referenced by dequeue_and_dump(), dump_node(), and queue().

◆ stream


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