Home
last modified time | relevance | path

Searched refs:text_info (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgraphviz.cc39 text_info text; in print()
57 text_info text; in println()
Dpretty-print.h32 struct text_info struct
184 typedef bool (*printer_fn) (pretty_printer *, text_info *, const char *,
389 extern void pp_format (pretty_printer *, text_info *);
391 extern void pp_format_verbatim (pretty_printer *, text_info *);
Ddump-context.h180 static bool format_decoder_cb (pretty_printer *pp, text_info *text,
186 bool decode_format (text_info *text, const char *spec,
Dgimple-pretty-print.h39 extern void percent_G_format (text_info *);
Dtree-diagnostic.h57 bool default_tree_printer (pretty_printer *, text_info *, const char *,
Dpretty-print.cc711 text_info::set_location (unsigned int idx, location_t loc, in set_location()
719 text_info::get_location (unsigned int index_of_location) const in get_location()
1070 pp_format (pretty_printer *pp, text_info *text) in pp_format()
1530 pp_format_verbatim (pretty_printer *pp, text_info *text) in pp_format_verbatim()
1766 text_info text; in pp_printf()
1783 text_info text; in pp_verbatim()
2264 text_info ti; in assert_pp_format_va()
Dopt-problem.cc65 text_info text; in opt_problem()
Dtree-diagnostic.cc247 default_tree_printer (pretty_printer *pp, text_info *text, const char *spec, in default_tree_printer()
Ddiagnostic.h110 text_info message;
Ddumpfile.cc912 dump_pretty_printer::format_decoder_cb (pretty_printer *pp, text_info *text, in format_decoder_cb()
945 dump_pretty_printer::decode_format (text_info *text, const char *spec, in decode_format()
1005 text_info text; in dump_printf_va()
Ddiagnostic.cc1482 text_info text; in verbatim()
2110 text_info ti; in add_event()
DChangeLog-20152349 * pretty-print.c (text_info::set_range): Rename to...
2350 (text_info::set_location): ...this, converting 2nd param
2352 * pretty-print.h (text_info::set_location): Convert
2354 (text_info::set_range): Delete.
8270 * pretty-print.c (text_info::set_range): New method.
8271 (text_info::get_location): New method.
8273 (struct text_info): Eliminate "locations" array in favor of
32778 (struct text_info): Replace locus pointer with locations
DChangeLog-201811973 * pretty-print.c (text_info::set_location): Likewise.
11974 * pretty-print.h (text_info::set_location): Likewise.
15769 * pretty-print.c (text_info::set_location): Remove redundant
DChangeLog-200323012 verbatim): Set err_no field of the text_info structure being
23015 * diagnostic.h (text_info): Add err_no field.
DChangeLog-20075188 * pretty-print.h (text_info): Add abstract_origin field.
DChangeLog-200513209 (text_info): Add locus.
DChangeLog-200217114 (text_info): Likewise.
DChangeLog-201030204 * pretty-print.h (text_info): Change abstract_origin to x_data.
/netbsd/src/external/bsd/less/dist/
Dscreen.c822 struct text_info w; in scrsize()
1175 struct text_info w; in get_term()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Derror.cc105 static bool cp_printer (pretty_printer *, text_info *, const char *,
4381 cp_printer (pretty_printer *pp, text_info *text, const char *spec, in cp_printer()
DChangeLog-20022634 (cp_printer): Take a secondary parameter as a 'text_info *'.