GCC Middle and Back End API Reference
pointer_map_t Struct Reference
Collaboration diagram for pointer_map_t:

Data Fields

pointer_set_t pset
void ** values

Detailed Description

A pointer map is represented the same way as a pointer_set, so the hash code is based on the address of the key, rather than its contents. Null keys are a reserved value. Deletion is not supported (yet). There is no mechanism for user control of hash function, equality comparison, initial size, or resizing policy.


Field Documentation

void** pointer_map_t::values

The documentation for this struct was generated from the following file: