Searched refs:m_trailing_eedge (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.h78 exploded_edge *m_trailing_eedge; member in class:ana::saved_diagnostic
H A Ddiagnostic-manager.cc81 m_d (d), m_trailing_eedge (NULL),
111 && m_trailing_eedge == other.m_trailing_eedge);
554 if (sd.m_trailing_eedge)
555 add_events_for_eedge (pb, *sd.m_trailing_eedge, &emission_path);
H A Dengine.cc1320 Do this by setting m_trailing_eedge on any diagnostics that were
1326 sd->m_trailing_eedge = eedge;
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.h80 const exploded_edge *m_trailing_eedge; member in class:ana::saved_diagnostic
H A Ddiagnostic-manager.cc654 m_d (d), m_trailing_eedge (NULL),
692 && m_trailing_eedge == other.m_trailing_eedge);
736 exploded_edge *m_trailing_eedge;
1390 if (sd.m_trailing_eedge)
1391 add_events_for_eedge (pb, *sd.m_trailing_eedge, &emission_path, NULL);
H A Dengine.cc1724 Do this by setting m_trailing_eedge on any diagnostics that were
1730 sd->m_trailing_eedge = eedge;

Completed in 209 milliseconds