Home
last modified time | relevance | path

Searched refs:get_dump_location (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dopt-problem.cc239 ASSERT_EQ (problem->get_dump_location ().get_location_t (), in test_opt_result_failure_at()
245 = problem->get_dump_location ().get_impl_location (); in test_opt_result_failure_at()
253 ASSERT_EQ (info.get_dump_location ().get_location_t (), line_6); in test_opt_result_failure_at()
Dopt-problem.h129 get_dump_location () const { return m_optinfo.get_dump_location (); } in get_dump_location() function
Doptinfo.h106 get_dump_location () const { return m_loc; } in get_dump_location() function
DChangeLog-20188772 * optinfo.h (optinfo::get_dump_location): New accessor.