Home
last modified time | relevance | path

Searched refs:pretty_printer (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dpretty-print.h134 typedef struct pretty_print_info pretty_printer; typedef
294 extern void pp_base_destroy_prefix (pretty_printer *);
296 extern void pp_base_clear_output_area (pretty_printer *);
299 extern void pp_base_emit_prefix (pretty_printer *);
314 extern void pp_base_flush (pretty_printer *);
319 extern void pp_base_indent (pretty_printer *);
320 extern void pp_base_newline (pretty_printer *);
321 extern void pp_base_character (pretty_printer *, int);
323 extern void pp_write_text_to_stream (pretty_printer *pp);
324 extern void pp_base_maybe_space (pretty_printer *);
[all …]
H A Dpretty-print.c66 pp_set_real_maximum_length (pretty_printer *pp) in pp_set_real_maximum_length()
89 pp_clear_state (pretty_printer *pp) in pp_clear_state()
97 pp_write_text_to_stream (pretty_printer *pp) in pp_write_text_to_stream()
160 pp_base_indent (pretty_printer *pp) in pp_base_indent()
594 pp_base_flush (pretty_printer *pp) in pp_base_flush()
633 pp_base_destroy_prefix (pretty_printer *pp) in pp_base_destroy_prefix()
644 pp_base_emit_prefix (pretty_printer *pp) in pp_base_emit_prefix()
679 memset (pp, 0, sizeof (pretty_printer)); in pp_construct()
712 pp_base_formatted_text (pretty_printer *pp) in pp_base_formatted_text()
778 pp_base_newline (pretty_printer *pp) in pp_base_newline()
[all …]
H A Dc-objc-common.c43 static bool c_tree_printer (pretty_printer *, text_info *, const char *,
164 c_tree_printer (pretty_printer *pp, text_info *text, const char *spec, in c_tree_printer()
245 pretty_printer *base = context->printer; in c_initialize_diagnostics()
247 memcpy (pp_base (pp), base, sizeof (pretty_printer)); in c_initialize_diagnostics()
249 context->printer = (pretty_printer *) pp; in c_initialize_diagnostics()
H A Dtree-pretty-print.c41 static void pretty_print_string (pretty_printer *, const char*);
42 static void print_call_name (pretty_printer *, tree);
43 static void newline_and_indent (pretty_printer *, int);
47 static void do_niy (pretty_printer *, tree);
48 static void dump_vops (pretty_printer *, tree, int, int);
61 static pretty_printer buffer;
67 do_niy (pretty_printer *buffer, tree node) in do_niy()
188 dump_function_name (pretty_printer *buffer, tree node) in dump_function_name()
2404 print_call_name (pretty_printer *buffer, tree node) in print_call_name()
2567 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent()
[all …]
H A Ddiagnostic.h65 pretty_printer *printer;
211 extern int dump_generic_node (pretty_printer *, tree, int, int, bool);
H A Dc-pretty-print.h57 pretty_printer base;
H A Dtree-mudflap.c103 static pretty_printer buf_rec; in mf_varname_tree()
105 pretty_printer *buf = & buf_rec; in mf_varname_tree()
H A Ddiagnostic.c96 context->printer = XNEW (pretty_printer); in diagnostic_initialize()
H A Dtoplev.c1462 default_tree_printer (pretty_printer * pp, text_info *text, const char *spec, in default_tree_printer()
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-objcp-common.c156 pretty_printer *base = context->printer; in cxx_initialize_diagnostics()
158 memcpy (pp_base (pp), base, sizeof (pretty_printer)); in cxx_initialize_diagnostics()
160 context->printer = (pretty_printer *) pp; in cxx_initialize_diagnostics()
H A Derror.c89 static bool cp_printer (pretty_printer *, text_info *, const char *,
2333 cp_printer (pretty_printer *pp, text_info *text, const char *spec, in cp_printer()