Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtypeprint.h24 struct typedef_hash_table;
39 struct typedef_hash_table *local_typedefs;
43 struct typedef_hash_table *global_typedefs;
52 void recursively_update_typedef_hash (struct typedef_hash_table *,
55 void add_template_parameters (struct typedef_hash_table *, struct type *);
57 struct typedef_hash_table *create_typedef_hash (void);
59 void free_typedef_hash (struct typedef_hash_table *);
61 struct cleanup *make_cleanup_free_typedef_hash (struct typedef_hash_table *);
63 struct typedef_hash_table *copy_typedef_hash (struct typedef_hash_table *);
H A Dtypeprint.c79 struct typedef_hash_table struct
113 recursively_update_typedef_hash (struct typedef_hash_table *table, in recursively_update_typedef_hash()
142 add_template_parameters (struct typedef_hash_table *table, struct type *t) in add_template_parameters()
170 struct typedef_hash_table *
173 struct typedef_hash_table *result; in create_typedef_hash()
175 result = XNEW (struct typedef_hash_table); in create_typedef_hash()
186 free_typedef_hash (struct typedef_hash_table *table) in free_typedef_hash()
207 make_cleanup_free_typedef_hash (struct typedef_hash_table *table) in make_cleanup_free_typedef_hash()
229 struct typedef_hash_table *
230 copy_typedef_hash (struct typedef_hash_table *table) in copy_typedef_hash()
[all …]