Searched refs:m_test_pp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dumpfile.cc | 562 || m_test_pp); in refresh_dumps_are_enabled() 624 if (m_test_pp && apply_dump_filter_p (dump_kind, m_test_pp_flags)) in dump_loc_immediate() 625 ::dump_loc (dump_kind, m_test_pp, srcloc); in dump_loc_immediate() 1130 if (m_test_pp && apply_dump_filter_p (MSG_NOTE, m_test_pp_flags)) in begin_scope() 1131 ::dump_loc (MSG_NOTE, m_test_pp, src_loc); in begin_scope() 1242 if (m_test_pp && apply_dump_filter_p (dump_kind, m_test_pp_flags)) in emit_item() 1243 pp_string (m_test_pp, item->get_text ()); in emit_item() 2146 m_context.m_test_pp = &m_pp; in temp_dump_context()
|
H A D | dump-context.h | 146 pretty_printer *m_test_pp; variable
|
H A D | ChangeLog-2018 | 14352 (class dump_context): Add fields "m_test_pp" and 14359 m_test_pp.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dumpfile.c | 548 || m_test_pp); in refresh_dumps_are_enabled() 610 if (m_test_pp && apply_dump_filter_p (dump_kind, m_test_pp_flags)) in dump_loc_immediate() 611 ::dump_loc (dump_kind, m_test_pp, srcloc); in dump_loc_immediate() 1116 if (m_test_pp && apply_dump_filter_p (MSG_NOTE, m_test_pp_flags)) in begin_scope() 1117 ::dump_loc (MSG_NOTE, m_test_pp, src_loc); in begin_scope() 1224 if (m_test_pp && apply_dump_filter_p (dump_kind, m_test_pp_flags)) in emit_item() 1225 pp_string (m_test_pp, item->get_text ()); in emit_item() 2088 m_context.m_test_pp = &m_pp;
|
H A D | dump-context.h | 144 pretty_printer *m_test_pp; variable
|