Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-malloc.cc109 class malloc_diagnostic : public pending_diagnostic class
112 malloc_diagnostic (const malloc_state_machine &sm, tree arg) in malloc_diagnostic() function in ana::__anon71be9ce50111::malloc_diagnostic
118 return same_tree_p (m_arg, ((const malloc_diagnostic &)base_other).m_arg); in subclass_equal_p()
152 class double_free : public malloc_diagnostic
156 : malloc_diagnostic (sm, arg) in double_free()
178 return malloc_diagnostic::describe_state_change (change); in describe_state_change()
207 class possible_null : public malloc_diagnostic
211 : malloc_diagnostic (sm, arg) in possible_null()
223 return malloc_diagnostic::describe_state_change (change); in describe_state_change()
347 class null_deref : public malloc_diagnostic
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc685 class malloc_diagnostic : public pending_diagnostic class
688 malloc_diagnostic (const malloc_state_machine &sm, tree arg) in malloc_diagnostic() function in ana::__anona66534980111::malloc_diagnostic
694 return same_tree_p (m_arg, ((const malloc_diagnostic &)base_other).m_arg); in subclass_equal_p()
747 class mismatching_deallocation : public malloc_diagnostic
753 : malloc_diagnostic (sm, arg), in mismatching_deallocation()
801 return malloc_diagnostic::describe_state_change (change); in describe_state_change()
833 class double_free : public malloc_diagnostic
837 : malloc_diagnostic (sm, arg), m_funcname (funcname) in double_free()
864 return malloc_diagnostic::describe_state_change (change); in describe_state_change()
894 class possible_null : public malloc_diagnostic
[all …]
H A DChangeLog4046 (malloc_diagnostic::describe_state_change): Use unchecked_p and
4187 (malloc_diagnostic::describe_state_change): Use get_start_state.
5852 (malloc_diagnostic::describe_state_change): Handle change.m_expr
6485 * sm-malloc.cc (malloc_diagnostic::describe_state_change): For
7185 * sm-malloc.cc (malloc_diagnostic::subclass_equal_p): Likewise.