Home
last modified time | relevance | path

Searched refs:get_malloc_map (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.h951 virtual bool get_malloc_map (sm_state_map **out_smap,
1000 bool get_malloc_map (sm_state_map **, in get_malloc_map() function
1121 bool get_malloc_map (sm_state_map **out_smap, in get_malloc_map() function
1125 return m_inner->get_malloc_map (out_smap, out_sm, out_sm_idx); in get_malloc_map()
H A Dexploded-graph.h87 bool get_malloc_map (sm_state_map **out_smap,
H A Dsm-malloc.cc2136 if (!ctxt->get_malloc_map (&smap, &sm, &sm_idx)) in on_realloc_with_move()
H A DChangeLog1307 (impl_region_model_context::get_malloc_map): New.
1348 (impl_region_model_context::get_malloc_map): New.
1380 (region_model_context::get_malloc_map): New.
1384 (noop_region_model_context::get_malloc_map): New.
H A Dengine.cc219 impl_region_model_context::get_malloc_map (sm_state_map **out_smap, in get_malloc_map() function in ana::impl_region_model_context