Lines Matching refs:problem
28 #include "opt-problem.h"
41 emitted when this problem is handled, higher up the call stack. */
79 /* Emit this problem and delete it, clearing the current opt_problem. */
234 opt_problem *problem = res.get_problem ();
238 ASSERT_NE (problem, NULL);
239 ASSERT_EQ (problem->get_dump_location ().get_location_t (),
242 /* Verify that the problem captures the implementation location
245 = problem->get_dump_location ().get_impl_location ();
252 const optinfo &info = problem->get_optinfo ();
264 by the problem. */
267 problem->emit_and_clear ();
315 /* If dumping was disabled, then no problem should have been
317 ASSERT_EQ (problem, NULL);