Home
last modified time | relevance | path

Searched refs:m_format_postprocessor (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.cc1495 if (pp->m_format_postprocessor) in pp_format()
1496 pp->m_format_postprocessor->handle (pp); in pp_format()
1662 m_format_postprocessor (NULL), in pretty_printer()
1685 m_format_postprocessor (NULL), in pretty_printer()
1697 if (other.m_format_postprocessor) in pretty_printer()
1698 m_format_postprocessor = other.m_format_postprocessor->clone (); in pretty_printer()
1703 if (m_format_postprocessor) in ~pretty_printer()
1704 delete m_format_postprocessor; in ~pretty_printer()
H A Dpretty-print.h267 format_postprocessor *m_format_postprocessor; variable
H A DChangeLog-201729396 the pp_format_decoder callback. Call any m_format_postprocessor's
29399 m_format_postprocessor.
29401 m_format_postprocessor.
29405 (struct pretty_printer::m_format_postprocessor): New field.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.c1495 if (pp->m_format_postprocessor) in pp_format()
1496 pp->m_format_postprocessor->handle (pp); in pp_format()
1662 m_format_postprocessor (NULL), in pretty_printer()
1685 m_format_postprocessor (NULL), in pretty_printer()
1697 if (other.m_format_postprocessor) in pretty_printer()
1698 m_format_postprocessor = other.m_format_postprocessor->clone (); in pretty_printer()
1703 if (m_format_postprocessor) in ~pretty_printer()
1704 delete m_format_postprocessor; in ~pretty_printer() local
H A Dpretty-print.h267 format_postprocessor *m_format_postprocessor; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c179 pp->m_format_postprocessor = new cxx_format_postprocessor (); in cxx_initialize_diagnostics()
4281 gcc_assert (pp->m_format_postprocessor); in cp_printer()
4283 = static_cast <cxx_format_postprocessor *> (pp->m_format_postprocessor); in cp_printer()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc179 pp->m_format_postprocessor = new cxx_format_postprocessor (); in cxx_initialize_diagnostics()
4385 gcc_assert (pp->m_format_postprocessor); in cp_printer()
4387 = static_cast <cxx_format_postprocessor *> (pp->m_format_postprocessor); in cp_printer()
H A DChangeLog-20173249 to pp->m_format_postprocessor.