Home
last modified time | relevance | path

Searched refs:malloc_leak (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-malloc.cc471 class malloc_leak : public malloc_diagnostic class
474 malloc_leak (const malloc_state_machine &sm, tree arg) in malloc_leak() function in ana::__anon71be9ce50111::malloc_leak
818 return new malloc_leak (*this, var); in on_leak()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc1275 class malloc_leak : public malloc_diagnostic class
1278 malloc_leak (const malloc_state_machine &sm, tree arg) in malloc_leak() function in ana::__anona66534980111::malloc_leak
2026 return new malloc_leak (*this, var); in on_leak()
H A DChangeLog548 (malloc_leak::get_controlling_option): New.
549 (malloc_leak::emit): Use it.
3265 (malloc_leak::describe_state_change): Only emit "allocated here" on
4069 (malloc_leak::describe_state_change): Use unchecked_p. Update
4071 (malloc_leak::describe_final_event): Update for renaming of
4073 (malloc_leak::m_malloc_event): Rename...
4074 (malloc_leak::m_alloc_event): ...to this.
5856 (malloc_leak::emit): Handle m_arg being NULL.
5857 (malloc_leak::describe_final_event): Handle ev.m_expr being NULL.
6817 (malloc_leak::emit): Likewise.