Home
last modified time | relevance | path

Searched refs:m_problem (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.h57 m_problem = p; // take ownership in set_infeasible()
61 return m_problem; in get_feasibility_problem()
85 feasibility_problem *m_problem; variable
H A Ddiagnostic-manager.cc82 m_status (STATUS_NEW), m_epath_length (0), m_problem (NULL) in saved_diagnostic()
97 delete m_problem; in ~saved_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.h54 return m_problem; in get_feasibility_problem()
87 feasibility_problem *m_problem; // owned variable
H A Ddiagnostic-manager.cc656 m_best_epath (NULL), m_problem (NULL), in saved_diagnostic()
673 delete m_problem; in ~saved_diagnostic()
819 delete m_problem; in calc_best_epath()
820 m_problem = NULL; in calc_best_epath()
823 &m_problem); in calc_best_epath()
H A DChangeLog2921 Remove assertion that m_problem was set when m_best_epath is NULL.
3030 (saved_diagnostic::m_problem): Document ownership.
6012 Initialize new fields m_status, m_epath_length, and m_problem.
6013 (saved_diagnostic::~saved_diagnostic): Delete m_problem.
6023 status. Add fields m_status, m_epath_length and m_problem.