Searched refs:push_binding (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 91 extern void push_binding (tree, tree, cp_binding_level*);
|
H A D | name-lookup.c | 1997 push_binding (tree id, tree decl, cp_binding_level* level) in push_binding() function 3241 push_binding (id, decl, b); in push_local_binding() 4589 push_binding (name, decl, class_binding_level); in push_class_level_binding_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 181 extern void push_binding (tree, tree, cp_binding_level*);
|
H A D | name-lookup.cc | 2438 push_binding (tree id, tree decl, cp_binding_level* level) in push_binding() function 4166 push_binding (id, decl, b); in push_local_binding() 5514 push_binding (name, decl, class_binding_level); in push_class_level_binding()
|
H A D | ChangeLog-2003 | 1009 (push_binding): Likewise. 4908 (push_binding): Tidy. 4935 * decl.c (push_binding): Adjust use cxx_binding_make. 5159 * decl.c (push_binding): Adjust local variable type.
|
H A D | ChangeLog-1999 | 2591 (push_binding): Don't use them. Set BINDING_HAS_LEVEL_P. 3530 (push_binding): Use push_permanent_obstack. 5468 * decl.c (push_binding): Fix typo in comment. 5592 (push_binding): Clear INHERITED_VALUE_BINDING_P.
|
H A D | ChangeLog-2015 | 1605 * name-lookup.c (push_binding): Make non-static. 1606 * name-lookup.h (push_binding): Declare it.
|
H A D | ChangeLog-2004 | 3659 (push_binding): Use it. 3910 * name-lookup.c (push_binding): Use VEC_reserve. 3930 (push_binding): For a binding in a class level, use a vector of
|
H A D | ChangeLog-1998 | 80 (push_binding): Clear BINDING_TYPE. 132 (push_binding): New function.
|
H A D | ChangeLog-2001 | 3851 (push_binding): Don't create a new binding if we have one on the
|
H A D | ChangeLog-2020 | 2133 (push_binding): Not here.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 504 push_binding (id, decl, b); in reactivate_decl()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 348 push_binding (id, decl, b); in reactivate_decl()
|