Home
last modified time | relevance | path

Searched refs:output_buffer (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.h100 typedef struct output_buffer output_buffer; typedef
101 typedef bool (*printer_fn) PARAMS ((output_buffer *, text_info *));
105 struct output_buffer struct
184 output_buffer buffer;
301 extern void init_output_buffer PARAMS ((output_buffer *,
303 extern void output_clear PARAMS ((output_buffer *));
304 extern const char *output_last_position PARAMS ((const output_buffer *));
305 extern void output_set_prefix PARAMS ((output_buffer *,
307 extern void output_destroy_prefix PARAMS ((output_buffer *));
308 extern void output_set_maximum_length PARAMS ((output_buffer *, int));
[all …]
H A Ddiagnostic.c46 static void output_flush PARAMS ((output_buffer *));
47 static void output_do_verbatim PARAMS ((output_buffer *, text_info *));
48 static void output_buffer_to_stream PARAMS ((output_buffer *));
49 static void output_format PARAMS ((output_buffer *, text_info *));
50 static void output_indent PARAMS ((output_buffer *));
56 static void format_with_decl PARAMS ((output_buffer *, text_info *, tree));
58 static void set_real_maximum_length PARAMS ((output_buffer *));
60 static void output_unsigned_decimal PARAMS ((output_buffer *, unsigned int));
61 static void output_long_decimal PARAMS ((output_buffer *, long int));
62 static void output_long_unsigned_decimal PARAMS ((output_buffer *,
[all …]
H A Dc-objc-common.c39 static bool c_tree_printer PARAMS ((output_buffer *, text_info *));
407 output_buffer *buffer; in c_tree_printer()
H A Dpretty-print.h38 output_buffer *buffer;
H A DChangeLog.31379 * diagnostic.h (struct output_buffer): Constify prefix.
3558 (struct output_buffer: emitted_prefix_p, prefixing_rule): New
4500 * diagnostic.h (struct output_buffer, init_output_buffer,
5973 (struct output_buffer): Move into diagnostic.h.
5978 (output_clear): Nullify additional output_buffer fields.
16065 (struct output_buffer): New data structure.
H A DChangeLog.5353 * diagnostic.h (struct output_buffer): Add new field format_decoder.
367 (output_format): Use format_decoder from the output_buffer.
582 * diagnostic.h (struct output_buffer): ... here.
1602 * diagnostic.h (struct output_buffer): Reorder fields.
9863 * diagnostic.h (struct output_buffer): Add `stream' field.
H A DChangeLog.49534 * diagnostic.h (output_buffer::indent_skip): New fields.
14407 (struct output_buffer): Adjust.
H A DChangeLog.618000 diagnostic_finish. Make it take an 'output_buffer *'. Adjust
H A DChangeLog.74014 * diagnostic.h (diagnostic_count): Move from output_buffer to
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp386 std::vector<char> output_buffer; in Shell() local
387 auto error = internalShell(command, timeout, output_buffer); in Shell()
392 output->assign(output_buffer.begin(), output_buffer.end()); in Shell()
398 std::vector<char> output_buffer; in ShellToFile() local
399 auto error = internalShell(command, timeout, output_buffer); in ShellToFile()
409 dst.write(&output_buffer[0], output_buffer.size()); in ShellToFile()
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Ddoxygroups.cc177 char* __cxa_demangle (const char* mangled_name, char* output_buffer,
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Ddoxygroups.cc193 char* __cxa_demangle (const char* mangled_name, char* output_buffer,
/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h99 } output_buffer; typedef
157 output_buffer *buffer;
H A Dpretty-print.c210 output_buffer *buffer = pp->buffer; in pp_base_format()
558 output_buffer *buffer = pp_buffer (pp); in pp_base_output_formatted_text()
680 pp->buffer = XCNEW (output_buffer); in pp_construct()
/openbsd-src/gnu/llvm/libcxxabi/include/
H A Dcxxabi.h146 char *output_buffer,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c55 static output_buffer scratch_buffer_rec;
56 static output_buffer *scratch_buffer = &scratch_buffer_rec;
114 static bool cp_printer PARAMS ((output_buffer *, text_info *));
115 static void print_non_consecutive_character PARAMS ((output_buffer *, int));
116 static void print_integer PARAMS ((output_buffer *, HOST_WIDE_INT));
2600 output_buffer *buffer; in cp_printer()
2646 output_buffer *buffer; in print_integer()
2655 output_buffer *buffer; in print_non_consecutive_character()
H A DChangeLog10798 output_buffer-based formatting. Adjust calls to removed macros.
/openbsd-src/gnu/lib/libiberty/src/
H A Dcp-demangle.c3933 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle() argument
3946 if (output_buffer != NULL && length == NULL) in __cxa_demangle()
3967 if (output_buffer == NULL) in __cxa_demangle()
3976 strlcpy (output_buffer, demangled, *length); in __cxa_demangle()
3978 demangled = output_buffer; in __cxa_demangle()
3982 free (output_buffer); in __cxa_demangle()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c51 static int output_buffer; variable
1443 output_buffer = 0; in ieee_mkobject()
2464 output_buffer++; in flush()
2629 if (buf->buffer == output_buffer) in fill_int()
2669 buf->buffer = output_buffer; in drop_int()
H A DChangeLog-00012662 (ieee_write_debug_part): Rename "output_buffer" to "obuff" to avoid
3442 input_bfd, output_bfd, output_buffer.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dieee.c2640 static int output_buffer; variable
2656 output_buffer = 0;
2680 output_buffer++; in flush()
2846 if (buf->buffer == output_buffer)
2887 buf->buffer = output_buffer;
H A DChangeLog-00012662 (ieee_write_debug_part): Rename "output_buffer" to "obuff" to avoid
3442 input_bfd, output_bfd, output_buffer.
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-93953494 (struct output_buffer, buf_try_send): Remove old buffering code.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-2000926 output_buffer-based formatting. Adjust calls to removed macros.