Home
last modified time | relevance | path

Searched refs:binding_for_name (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c46 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 DChangeLog-2003927 (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 DChangeLog-19983871 (binding_for_name): Likewise.
4685 (binding_for_name): Call it.
5918 * decl.c (binding_for_name): New function.
H A DChangeLog-1999698 * decl.c (binding_for_name): Don't manipulate obstacks.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c2402 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 Ddecl2.c4672 binding = binding_for_name (name, current_namespace);
H A Dcp-tree.h3770 extern cxx_binding *binding_for_name (tree, tree);
H A DChangeLog.2698 * 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 DChangeLog1505 (binding_for_name): Adjust return type.
1522 (binding_for_name): Use it. Adjust local variable type. Simplify.