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

Data Fields

int refcount
variable_table_type htab

Detailed Description

Structure holding a refcounted hash table. If refcount > 1, it must be first unshared before modified.


Field Documentation

variable_table_type shared_hash_def::htab

Actual hash table.

Referenced by attrs_list_clear().

int shared_hash_def::refcount

Reference count.

Referenced by attrs_list_clear(), init_attrs_list_set(), and variable_htab_free().


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