Searched defs:show_color (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic-color.c | 105 colorize_start (bool show_color, const char *name, size_t name_len) in colorize_start() 123 colorize_stop (bool show_color) in colorize_stop()
|
H A D | diagnostic-color.h | 60 colorize_start (bool show_color, const char *name) in colorize_start()
|
H A D | pretty-print.c | 1926 pp_begin_quote (pretty_printer *pp, bool show_color) in pp_begin_quote() 1936 pp_end_quote (pretty_printer *pp, bool show_color) in pp_end_quote() 2261 bool show_color, const char *fmt, va_list *ap) in assert_pp_format_va()
|
H A D | pretty-print.h | 280 bool show_color; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-color.cc | 105 colorize_start (bool show_color, const char *name, size_t name_len) in colorize_start() 123 colorize_stop (bool show_color) in colorize_stop()
|
H A D | diagnostic-color.h | 60 colorize_start (bool show_color, const char *name) in colorize_start()
|
H A D | pretty-print.cc | 1926 pp_begin_quote (pretty_printer *pp, bool show_color) in pp_begin_quote() 1936 pp_end_quote (pretty_printer *pp, bool show_color) in pp_end_quote() 2261 bool show_color, const char *fmt, va_list *ap) in assert_pp_format_va()
|
H A D | pretty-print.h | 280 bool show_color; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 3243 bool show_color) in type_to_string() 4064 bool show_color) in type_to_string_with_compare() 4138 add_quotes (const char *content, bool show_color) in add_quotes() 4173 bool show_color = pp_show_color (pp); in handle() local 4568 const bool show_color = false; in get_text() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | error.cc | 3336 bool show_color) in type_to_string() 4165 bool show_color) in type_to_string_with_compare() 4239 add_quotes (const char *content, bool show_color) in add_quotes() 4279 bool show_color = pp_show_color (pp); in handle() local 4666 const bool show_color = false; in get_text() local
|