GCC Middle and Back End API Reference
chunk_info Struct Reference

#include <pretty-print.h>

Collaboration diagram for chunk_info:

Data Fields

struct chunk_infoprev
 
const charargs [PP_NL_ARGMAX *2]
 
quoting_infom_quotes
 

Detailed Description

The chunk_info data structure forms a stack of the results from the
first phase of formatting (pp_format) which have not yet been
output (pp_output_formatted_text).  A stack is necessary because
the diagnostic starter may decide to generate its own output by way
of the formatter.   

Field Documentation

◆ args

const char* chunk_info::args[PP_NL_ARGMAX *2]

◆ m_quotes

◆ prev

struct chunk_info* chunk_info::prev

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