Searched refs:m_stmt_finder (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.h74 stmt_finder *m_stmt_finder; member in class:ana::saved_diagnostic
H A Ddiagnostic-manager.cc79 m_stmt_finder (stmt_finder ? stmt_finder->clone () : NULL),
84 gcc_assert (m_stmt || m_stmt_finder);
95 delete m_stmt_finder;
107 /* We don't compare m_stmt_finder. */
211 gcc_assert (sd.m_stmt_finder);
212 m_stmt = sd.m_stmt_finder->find_stmt (epath);
H A Dexploded-graph.h90 stmt_finder *m_stmt_finder; member in class:ana::impl_region_model_context
H A Dengine.cc88 m_stmt_finder (stmt_finder),
103 m_stmt_finder (NULL),
115 m_stmt, m_stmt_finder, d);
213 m_stmt_finder (stmt_finder)
289 (&m_sm, m_enode_for_diag, snode, stmt, m_stmt_finder,
349 stmt_finder *m_stmt_finder; member in class:ana::impl_sm_context
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.h75 stmt_finder *m_stmt_finder; member in class:ana::saved_diagnostic
H A Ddiagnostic-manager.cc652 m_stmt_finder (stmt_finder ? stmt_finder->clone () : NULL),
659 gcc_assert (m_stmt || m_stmt_finder);
670 delete m_stmt_finder;
688 /* We don't compare m_stmt_finder. */
734 stmt_finder *m_stmt_finder;
809 If m_stmt is still NULL, use m_stmt_finder on the epath to populate
832 gcc_assert (m_stmt_finder);
833 m_stmt = m_stmt_finder->find_stmt (*m_best_epath);
H A Dengine.cc97 m_stmt_finder (stmt_finder),
113 m_stmt_finder (NULL),
124 if (m_stmt == NULL && m_stmt_finder == NULL)
134 m_stmt, m_stmt_finder, d);
314 m_stmt_finder (stmt_finder),
434 (&m_sm, m_enode_for_diag, snode, stmt, m_stmt_finder,
523 stmt_finder *m_stmt_finder; member in class:ana::impl_sm_context
H A Dexploded-graph.h102 stmt_finder *m_stmt_finder; member in class:ana::impl_region_model_context

Completed in 97 milliseconds