Home
last modified time | relevance | path

Searched refs:m_notes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc657 m_notes () in saved_diagnostic()
679 if (m_notes.length () != other.m_notes.length ()) in operator ==()
681 for (unsigned i = 0; i < m_notes.length (); i++) in operator ==()
682 if (!m_notes[i]->equal_p (*other.m_notes[i])) in operator ==()
701 m_notes.safe_push (pn); in add_note()
879 for (auto pn : m_notes) in emit_any_notes()
H A Ddiagnostic-manager.h90 auto_delete_vec <pending_note> m_notes; variable
H A DChangeLog585 Initialize m_notes.
586 (saved_diagnostic::operator==): Compare m_notes.
594 (saved_diagnostic::m_notes): New field.