Home
last modified time | relevance | path

Searched refs:get_feasibility_problem (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.h59 const feasibility_problem *get_feasibility_problem () const in get_feasibility_problem() function
H A Dengine.cc3930 const feasibility_problem *p = sd->get_feasibility_problem (); in print_saved_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.h52 const feasibility_problem *get_feasibility_problem () const in get_feasibility_problem() function
H A Ddiagnostic-manager.cc915 const feasibility_problem *get_feasibility_problem () const in get_feasibility_problem() function in ana::path_builder
1368 path_builder pb (eg, *epath, sd.get_feasibility_problem (), sd); in emit_saved_diagnostic()
1974 if (pb.get_feasibility_problem () in add_events_for_eedge()
1975 && &pb.get_feasibility_problem ()->m_eedge == &eedge) in add_events_for_eedge()
1982 pb.get_feasibility_problem ()->dump_to_pp (&pp); in add_events_for_eedge()
H A Dengine.cc5652 if (const feasibility_problem *p = sd->get_feasibility_problem ()) in print_saved_diagnostic()
H A DChangeLog3734 (path_builder::get_feasibility_problem): New accessor.
6026 (saved_diagnostic::get_feasibility_problem): New accessor.