Home
last modified time | relevance | path

Searched refs:can_purge_p (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-pattern-test.cc67 bool can_purge_p (state_t s) const FINAL OVERRIDE;
139 pattern_test_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anon0357de4e0111::pattern_test_state_machine
H A Dsm-sensitive.cc67 bool can_purge_p (state_t s) const FINAL OVERRIDE;
236 sensitive_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anona6f65dfd0111::sensitive_state_machine
H A Dsm-signal.cc89 bool can_purge_p (state_t s) const FINAL OVERRIDE;
341 signal_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anon74af30610111::signal_state_machine
H A Dsm-taint.cc67 bool can_purge_p (state_t s) const FINAL OVERRIDE;
315 taint_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anon108dd2a30111::taint_state_machine
H A Dsm-file.cc66 bool can_purge_p (state_t s) const FINAL OVERRIDE;
396 fileptr_state_machine::can_purge_p (state_t s) const in can_purge_p() function in ana::__anonce26b3e30111::fileptr_state_machine
H A Dprogram-state.h266 bool can_purge_p (const extrinsic_state &ext_state,
276 if (!sm.can_purge_p (smap->get_state (sid)))
H A Dsm.h82 virtual bool can_purge_p (state_t s) const = 0;
H A Dsm-malloc.cc72 bool can_purge_p (state_t s) const FINAL OVERRIDE;
806 malloc_state_machine::can_purge_p (state_t s) const in can_purge_p() function in ana::__anond4e7297b0111::malloc_state_machine
H A Dprogram-state.cc520 if (!sm.can_purge_p (e.m_state)) in on_svalue_purge()
898 if (!new_state.can_purge_p (eg.get_ext_state (), sid)) in prune_for_point()
H A Dregion-model.h1961 virtual bool can_purge_p (svalue_id sid) = 0;
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-pattern-test.cc74 bool can_purge_p (state_t s) const FINAL OVERRIDE;
152 pattern_test_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anonc3c915410111::pattern_test_state_machine
H A Dsm-sensitive.cc61 bool can_purge_p (state_t s) const FINAL OVERRIDE;
223 sensitive_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anon6d2ac1d00111::sensitive_state_machine
H A Dsm-signal.cc84 bool can_purge_p (state_t s) const FINAL OVERRIDE;
367 signal_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anond54aed140111::signal_state_machine
H A Dprogram-state.h244 bool can_purge_p (const extrinsic_state &ext_state, in can_purge_p() function
254 if (!sm.can_purge_p (smap->get_state (sval, ext_state))) in can_purge_p()
H A Dsm-file.cc84 bool can_purge_p (state_t s) const FINAL OVERRIDE;
452 fileptr_state_machine::can_purge_p (state_t s) const in can_purge_p() function in ana::__anonaf35a7d60111::fileptr_state_machine
H A Dprogram-state.cc552 if (!m_sm.can_purge_p (state)) in on_svalue_leak()
579 if (!m_sm.can_purge_p (e.m_state)) in on_liveness_change()
661 if (!m_sm.can_purge_p (e.m_state)) in purge_state_involving()
1154 if (!new_state.can_purge_p (eg.get_ext_state (), sval) in prune_for_point()
1237 if (!can_purge_p (ext_state, sval)) in can_purge_base_region_p()
H A Dsm.h114 virtual bool can_purge_p (state_t s) const = 0;
H A Dsm-taint.cc101 bool can_purge_p (state_t s) const FINAL OVERRIDE;
852 taint_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const in can_purge_p() function in ana::__anon137b44f60111::taint_state_machine
H A Dsm-malloc.cc389 bool can_purge_p (state_t s) const FINAL OVERRIDE;
2013 malloc_state_machine::can_purge_p (state_t s) const in can_purge_p() function in ana::__anon3582e62e0111::malloc_state_machine
H A Dregion-model.cc4430 if (!m_state_a->can_purge_p (*m_ext_state, sval)) in mergeable_svalue_p()
4433 if (!m_state_b->can_purge_p (*m_ext_state, sval)) in mergeable_svalue_p()
H A DChangeLog1143 * program-state.h (program_state::can_purge_p): Make const.
4099 (malloc_state_machine::can_purge_p): Port to new state approach.
5001 (program_state::can_purge_p): Likewise. Pass ext_state to get_state.
5806 (region_model_context::can_purge_p): Delete.