Searched refs:binding_table (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 28 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 D | name-lookup.c | 1807 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 D | cp-tree.h | 2222 binding_table nested_udts;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2003 | 4272 * name-lookup.h (binding_table): New type.
|
H A D | ChangeLog-2020 | 1707 * name-lookup.h (binding_table, binding_entry): Delete typedefs.
|