Home
last modified time | relevance | path

Searched refs:custom_deallocator_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc235 struct custom_deallocator_set : public deallocator_set struct
239 custom_deallocator_set (malloc_state_machine *sm,
274 typedef custom_deallocator_set::key_t key_type;
275 typedef custom_deallocator_set *value_type;
276 typedef custom_deallocator_set *compare_type;
423 const custom_deallocator_set *
425 custom_deallocator_set *
457 typedef hash_map<tree, custom_deallocator_set *> deallocator_set_cache_t;
461 typedef hash_map<custom_deallocator_set::key_t,
462 custom_deallocator_set *,
[all …]
H A DChangeLog3225 (struct custom_deallocator_set): New.
3251 (custom_deallocator_set::custom_deallocator_set): New ctor.
3252 (custom_deallocator_set::contains_p): New.
3253 (custom_deallocator_set::maybe_get_single): New.
3254 (custom_deallocator_set::dump_to_pp): New.