Home
last modified time | relevance | path

Searched defs:show_color (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic-color.c103 colorize_start (bool show_color, const char *name, size_t name_len) in colorize_start()
121 colorize_stop (bool show_color) in colorize_stop()
H A Ddiagnostic-color.h60 colorize_start (bool show_color, const char *name) in colorize_start()
H A Dpretty-print.c1785 pp_begin_quote (pretty_printer *pp, bool show_color) in pp_begin_quote()
1795 pp_end_quote (pretty_printer *pp, bool show_color) in pp_end_quote()
2048 bool show_color, const char *fmt, va_list *ap) in assert_pp_format_va()
H A Dpretty-print.h272 bool show_color; member
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Derror.c3147 bool show_color) in type_to_string()
3832 bool show_color) in type_to_string_with_compare()
3906 add_quotes (const char *content, bool show_color) in add_quotes()
3941 bool show_color = pp_show_color (pp); in handle() local