Searched refs:malloc_state_machine (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | sm-malloc.cc | 81 class malloc_state_machine; 172 deallocator (malloc_state_machine *sm, 183 standard_deallocator (malloc_state_machine *sm, 194 custom_deallocator (malloc_state_machine *sm, in custom_deallocator() 210 deallocator_set (malloc_state_machine *sm, 239 custom_deallocator_set (malloc_state_machine *sm, 258 standard_deallocator_set (malloc_state_machine *sm, 333 class malloc_state_machine : public state_machine class 338 malloc_state_machine (logger *logger); 339 ~malloc_state_machine (); [all …]
|
H A D | ChangeLog | 696 * sm-malloc.cc (malloc_state_machine::get_default_state): Rewrite 711 (malloc_state_machine::on_stmt): Drop transition to m_non_heap. 712 (malloc_state_machine::handle_free_of_non_heap): New function, 715 (malloc_state_machine::on_deallocator_call): Use it. 716 (malloc_state_machine::on_realloc_call): Likewise. 1386 (malloc_state_machine::on_realloc_call): Reimplement. 1387 (malloc_state_machine::on_realloc_with_move): New. 1761 (malloc_state_machine::on_stmt): Use it. 1766 (malloc_state_machine::get_or_create_deallocator): Recognize 2119 * sm-malloc.cc (malloc_state_machine::on_condition): Likewise. [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm-malloc.cc | 49 class malloc_state_machine : public state_machine class 52 malloc_state_machine (logger *logger); 112 malloc_diagnostic (const malloc_state_machine &sm, tree arg) in malloc_diagnostic() 146 const malloc_state_machine &m_sm; 155 double_free (const malloc_state_machine &sm, tree arg) in double_free() 210 possible_null (const malloc_state_machine &sm, tree arg) in possible_null() 245 possible_null_deref (const malloc_state_machine &sm, tree arg) in possible_null_deref() 294 possible_null_arg (const malloc_state_machine &sm, tree arg, in possible_null_arg() 350 null_deref (const malloc_state_machine &sm, tree arg) in null_deref() 386 null_arg (const malloc_state_machine &sm, tree arg, in null_arg() [all …]
|