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

  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.cc 1318 pp_string (pp, colorize_start (pp_show_color (pp),
1361 pp_string (pp, va_arg (*text->args_ptr, const char *));
1453 pp_string (pp, colorize_start (pp_show_color (pp), "path"));
1457 pp_string (pp, colorize_stop (pp_show_color (pp)));
1519 pp_string (pp, args[chunk]);
1825 pp_string (pretty_printer *pp, const char *str) function
1928 pp_string (pp, open_quote);
1929 pp_string (pp, colorize_start (show_color, "quote"));
1938 pp_string (pp, colorize_stop (show_color));
1939 pp_string (pp, close_quote)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.cc 1593 pp_string (pp, colorize_start (pp_show_color (pp),
1636 pp_string (pp, va_arg (*text->m_args_ptr, const char *));
1728 pp_string (pp, colorize_start (pp_show_color (pp), "path"));
1732 pp_string (pp, colorize_stop (pp_show_color (pp)));
1847 for this case, since using pp_string can introduce prefixes
1932 pp_string (pp, args[chunk]);
2235 pp_string (pretty_printer *pp, const char *str) function
2367 pp_string (pp, open_quote);
2368 pp_string (pp, colorize_start (show_color, "quote"));
2377 pp_string (pp, colorize_stop (show_color))
    [all...]

Completed in 28 milliseconds