Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h28 typedef struct binding_table_s *binding_table; typedef
47 extern void binding_table_foreach (binding_table, bt_foreach_proc, void *);
48 extern binding_entry binding_table_find (binding_table, tree);
H A Dname-lookup.c1807 binding_table_construct (binding_table table, size_t chain_count) in binding_table_construct()
1817 binding_table_free (binding_table table)
1842 static inline binding_table
1845 binding_table table = ggc_alloc<binding_table_s> (); in binding_table_new()
1854 binding_table_expand (binding_table table) in binding_table_expand()
1882 binding_table_insert (binding_table table, tree name, tree type) in binding_table_insert()
1899 binding_table_find (binding_table table, tree name) in binding_table_find()
1913 binding_table_foreach (binding_table table, bt_foreach_proc proc, void *data) in binding_table_foreach()
H A Dcp-tree.h2222 binding_table nested_udts;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20034272 * name-lookup.h (binding_table): New type.
H A DChangeLog-20201707 * name-lookup.h (binding_table, binding_entry): Delete typedefs.