GCC Middle and Back End API Reference
|
#include <pretty-print.h>
Data Fields | |
struct chunk_info * | prev |
const char * | args [PP_NL_ARGMAX *2] |
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.
const char* chunk_info::args[PP_NL_ARGMAX *2] |
Referenced by pp_format(), and pp_output_formatted_text().
struct chunk_info* chunk_info::prev |
Referenced by pp_format(), and pp_output_formatted_text().