Searched refs:binding_for_name (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | name-lookup.c | 46 static cxx_binding *binding_for_name (cxx_scope *, tree); 1676 binding_for_name (NAMESPACE_LEVEL (current_namespace), id); in set_identifier_type_value_with_scope() 1794 binding_for_name (cxx_scope *scope, tree name) in binding_for_name() function 2891 b = binding_for_name (NAMESPACE_LEVEL (scope), name); in set_namespace_binding() 3310 binding = binding_for_name (NAMESPACE_LEVEL (current_namespace), name); in do_toplevel_using_decl()
|
H A D | ChangeLog-2003 | 927 (binding_for_name): Likewise. 930 (binding_for_name): Likewise. 4901 * cp-tree.h (binding_for_name: Move to name-lookup.h Adjust 4905 (binding_for_name): Likewise. 4938 (binding_for_name): Tidy. 5136 * decl.c (binding_for_name): Fix initialization thinko. 5154 (binding_for_name): Adjust return type. 5169 (binding_for_name): Use it. Adjust local variable type. Simplify.
|
H A D | ChangeLog-1998 | 3871 (binding_for_name): Likewise. 4685 (binding_for_name): Call it. 5918 * decl.c (binding_for_name): New function.
|
H A D | ChangeLog-1999 | 698 * decl.c (binding_for_name): Don't manipulate obstacks.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 2402 binding_for_name (tree name, tree scope) in binding_for_name() function 2448 b = binding_for_name (name, scope); 2784 cxx_binding *binding = binding_for_name (id, current_namespace);
|
H A D | decl2.c | 4672 binding = binding_for_name (name, current_namespace);
|
H A D | cp-tree.h | 3770 extern cxx_binding *binding_for_name (tree, tree);
|
H A D | ChangeLog.2 | 698 * decl.c (binding_for_name): Don't manipulate obstacks. 10659 (binding_for_name): Likewise. 11473 (binding_for_name): Call it. 12706 * decl.c (binding_for_name): New function.
|
H A D | ChangeLog | 1505 (binding_for_name): Adjust return type. 1522 (binding_for_name): Use it. Adjust local variable type. Simplify.
|