HomeSort by: relevance | last modified time | path
    Searched refs:can_purge_p (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-pattern-test.cc 71 bool can_purge_p (state_t s) const final override;
148 pattern_test_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon12595::pattern_test_state_machine
sm-sensitive.cc 59 bool can_purge_p (state_t s) const final override;
229 sensitive_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon12596::sensitive_state_machine
program-state.h 255 bool can_purge_p (const extrinsic_state &ext_state, function in class:ana::program_state
265 if (!sm.can_purge_p (smap->get_state (sval, ext_state)))
sm-signal.cc 79 bool can_purge_p (state_t s) const final override;
372 signal_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon12597::signal_state_machine
sm-file.cc 83 bool can_purge_p (state_t s) const final override;
456 /* Implementation of state_machine::can_purge_p vfunc for fileptr_state_machine.
461 fileptr_state_machine::can_purge_p (state_t s) const function in class:ana::__anon12593::fileptr_state_machine
sm.h 135 virtual bool can_purge_p (state_t s) const = 0;
137 /* Called when VAR leaks (and !can_purge_p). */
program-state.cc 554 If !SM::can_purge_p, then report the state as leaking,
563 if (m_sm.can_purge_p (state))
592 if (!m_sm.can_purge_p (e.m_state))
733 if (!m_sm.can_purge_p (e.m_state))
1345 if (!new_state.can_purge_p (eg.get_ext_state (), sval)
1428 if (!can_purge_p (ext_state, sval))
sm-taint.cc 128 bool can_purge_p (state_t s) const final override;
1270 taint_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon12598::taint_state_machine
sm-malloc.cc 416 bool can_purge_p (state_t s) const final override;
2454 /* Implementation of state_machine::can_purge_p vfunc for malloc_state_machine.
2459 malloc_state_machine::can_purge_p (state_t s) const function in class:ana::__anon12594::malloc_state_machine
varargs.cc 213 bool can_purge_p (state_t s) const final override
sm-fd.cc 128 bool can_purge_p (state_t s) const final override;
2200 fd_state_machine::can_purge_p (state_t s) const function in class:ana::__anon12592::fd_state_machine
region-model.cc 7088 if (!m_state_a->can_purge_p (*m_ext_state, sval))
7091 if (!m_state_b->can_purge_p (*m_ext_state, sval))
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-pattern-test.cc 74 bool can_purge_p (state_t s) const FINAL OVERRIDE;
152 pattern_test_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon15217::pattern_test_state_machine
sm-sensitive.cc 61 bool can_purge_p (state_t s) const FINAL OVERRIDE;
223 sensitive_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon15218::sensitive_state_machine
program-state.h 244 bool can_purge_p (const extrinsic_state &ext_state, function in class:ana::program_state
254 if (!sm.can_purge_p (smap->get_state (sval, ext_state)))
sm-file.cc 84 bool can_purge_p (state_t s) const FINAL OVERRIDE;
447 /* Implementation of state_machine::can_purge_p vfunc for fileptr_state_machine.
452 fileptr_state_machine::can_purge_p (state_t s) const function in class:ana::__anon15215::fileptr_state_machine
sm-signal.cc 84 bool can_purge_p (state_t s) const FINAL OVERRIDE;
367 signal_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon15219::signal_state_machine
sm.h 114 virtual bool can_purge_p (state_t s) const = 0;
116 /* Called when VAR leaks (and !can_purge_p). */
program-state.cc 543 If !SM::can_purge_p, then report the state as leaking,
552 if (!m_sm.can_purge_p (state))
579 if (!m_sm.can_purge_p (e.m_state))
661 if (!m_sm.can_purge_p (e.m_state))
1154 if (!new_state.can_purge_p (eg.get_ext_state (), sval)
1237 if (!can_purge_p (ext_state, sval))
sm-taint.cc 101 bool can_purge_p (state_t s) const FINAL OVERRIDE;
852 taint_state_machine::can_purge_p (state_t s ATTRIBUTE_UNUSED) const function in class:ana::__anon15220::taint_state_machine
sm-malloc.cc 389 bool can_purge_p (state_t s) const FINAL OVERRIDE;
2008 /* Implementation of state_machine::can_purge_p vfunc for malloc_state_machine.
2013 malloc_state_machine::can_purge_p (state_t s) const function in class:ana::__anon15216::malloc_state_machine
region-model.cc 4430 if (!m_state_a->can_purge_p (*m_ext_state, sval))
4433 if (!m_state_b->can_purge_p (*m_ext_state, sval))

Completed in 66 milliseconds