Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm.cc168 if (const program_state *old_state = get_old_program_state ()) in get_old_region_model()
H A Dsm.h277 virtual const program_state *get_old_program_state () const = 0;
H A Dsm-malloc.cc1836 if (const program_state *old_state = sm_ctxt->get_old_program_state ()) in handle_free_of_non_heap()
H A Ddiagnostic-manager.cc1768 const program_state *get_old_program_state () const FINAL OVERRIDE in get_old_program_state() function
H A Dengine.cc510 const program_state *get_old_program_state () const FINAL OVERRIDE in get_old_program_state() function in ana::impl_sm_context
H A DChangeLog690 (null_assignment_sm_context::get_old_program_state): New.
695 * engine.cc (impl_sm_context::get_old_program_state): New.
717 * sm.h (sm_context::get_old_program_state): New vfunc.