Home
last modified time | relevance | path

Searched refs:on_leak (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-file.cc67 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE;
406 fileptr_state_machine::on_leak (tree var) const in on_leak() function in ana::__anonce26b3e30111::fileptr_state_machine
H A Dsm.h85 virtual pending_diagnostic *on_leak (tree var ATTRIBUTE_UNUSED) const in on_leak() function
H A Dsm-malloc.cc73 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE;
816 malloc_state_machine::on_leak (tree var) const in on_leak() function in ana::__anond4e7297b0111::malloc_state_machine
H A Dengine.cc598 pending_diagnostic *pd = sm.on_leak (leaked_tree); in on_state_leak()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-file.cc85 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE;
462 fileptr_state_machine::on_leak (tree var) const in on_leak() function in ana::__anonaf35a7d60111::fileptr_state_machine
H A Dsm.h117 virtual pending_diagnostic *on_leak (tree var ATTRIBUTE_UNUSED) const in on_leak() function
H A Dsm-malloc.cc390 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE;
2024 malloc_state_machine::on_leak (tree var) const in on_leak() function in ana::__anon3582e62e0111::malloc_state_machine
H A Dengine.cc861 pending_diagnostic *pd = sm.on_leak (leaked_tree_for_diag); in on_state_leak()
H A DChangeLog2845 for the on_leak and add_diagnostic calls.