HomeSort by: relevance | last modified time | path
    Searched defs:colorize (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
styling.py 34 def colorize(filename, contents): function
97 def colorize(filename, contents): function
styling.py 34 def colorize(filename, contents): function
97 def colorize(filename, contents): function
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
styling.py 34 def colorize(filename, contents): function
97 def colorize(filename, contents): function
styling.py 34 def colorize(filename, contents): function
97 def colorize(filename, contents): function
  /src/external/gpl3/gdb/dist/gdb/
extension-priv.h 265 /* Colorize a source file. NAME is the source file's name, and
269 std::optional<std::string> (*colorize) (const std::string &name, member in class:extension_language_ops::std
272 /* Colorize a single line of disassembler output, CONTENT. This should
extension-priv.h 265 /* Colorize a source file. NAME is the source file's name, and
269 std::optional<std::string> (*colorize) (const std::string &name, member in class:extension_language_ops::std
272 /* Colorize a single line of disassembler output, CONTENT. This should
  /src/external/gpl3/gdb.old/dist/gdb/
extension-priv.h 259 /* Colorize a source file. NAME is the source file's name, and
263 std::optional<std::string> (*colorize) (const std::string &name, member in class:extension_language_ops::std
266 /* Colorize a single line of disassembler output, CONTENT. This should
extension-priv.h 259 /* Colorize a source file. NAME is the source file's name, and
263 std::optional<std::string> (*colorize) (const std::string &name, member in class:extension_language_ops::std
266 /* Colorize a single line of disassembler output, CONTENT. This should
  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic-path.cc 60 normally, we don't colorize within a range_label, but this
62 bool colorize = pp_show_color (global_dc->printer); variable
63 label_text event_text (event.get_desc (colorize));
tree-diagnostic-path.cc 60 normally, we don't colorize within a range_label, but this
62 bool colorize = pp_show_color (global_dc->printer); variable
63 label_text event_text (event.get_desc (colorize));
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic-path.cc 61 normally, we don't colorize within a range_label, but this
63 bool colorize = pp_show_color (global_dc->printer); variable
64 label_text event_text (event.get_desc (colorize));
tree-diagnostic-path.cc 61 normally, we don't colorize within a range_label, but this
63 bool colorize = pp_show_color (global_dc->printer); variable
64 label_text event_text (event.get_desc (colorize));
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 1199 bool colorize; member in class:colorize_guard
1203 : colorize (_colorize && pp_show_color (pp)), pp (pp)
1205 pp_string (pp, colorize_start (colorize, name));
1209 pp_string (pp, colorize_stop (colorize));
2006 /* Only colorize when we're printing something before the name; in
2008 bool colorize = flags & (TFF_DECL_SPECIFIERS | TFF_RETURN_TYPE local
2011 colorize_guard g (colorize, pp, "fnname");
error.cc 1199 bool colorize; member in class:colorize_guard
1203 : colorize (_colorize && pp_show_color (pp)), pp (pp)
1205 pp_string (pp, colorize_start (colorize, name));
1209 pp_string (pp, colorize_stop (colorize));
2006 /* Only colorize when we're printing something before the name; in
2008 bool colorize = flags & (TFF_DECL_SPECIFIERS | TFF_RETURN_TYPE local
2011 colorize_guard g (colorize, pp, "fnname");

Completed in 52 milliseconds