|
GCC Middle and Back End API Reference
|
#include <pretty-print.h>
Data Fields | |
| const char * | format_spec |
| va_list * | args_ptr |
| int | err_no |
| location_t * | locus |
| void ** | x_data |
The type of a text to be formatted according a format specification along with a list of things.
| va_list* text_info::args_ptr |
| int text_info::err_no |
Referenced by diagnostic_set_info_translated(), pp_format(), pp_printf(), pp_verbatim(), and verbatim().
| const char* text_info::format_spec |
Referenced by diagnostic_report_diagnostic(), diagnostic_set_info_translated(), pp_format(), pp_printf(), pp_verbatim(), and verbatim().
| location_t* text_info::locus |
Referenced by default_tree_printer(), diagnostic_report_diagnostic(), percent_K_format(), pp_printf(), pp_verbatim(), and verbatim().
| void** text_info::x_data |
Referenced by diagnostic_report_diagnostic(), and verbatim().