Searched refs:find_binding (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.c | 1763 find_binding (cxx_scope *scope, cxx_binding *binding) in find_binding() function 1785 return find_binding (scope, b); in cxx_scope_find_binding_for_name()
|
| H A D | ChangeLog-2003 | 4814 * name-lookup.c (find_binding): Pass appropriate pointer type to 4904 * decl.c (find_binding: Move to name-lookup.c. 5166 (find_binding): Adjust return type, add a third parameter. Remove 5968 (find_binding): Likewise.
|
| H A D | ChangeLog-1999 | 3355 (find_binding): Fix typo in comment. 5740 (find_binding, select_decl, unqualified_namespace_lookup,
|
| H A D | ChangeLog-1998 | 3870 (find_binding): Skip namespace aliases. 4684 (find_binding): New function.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 101 static cxx_binding *find_binding (tree, tree, cxx_binding *); 2355 find_binding (tree name, tree scope, cxx_binding *front) in find_binding() function 2392 return find_binding (name, scope, b); in cxx_scope_find_binding_for_name()
|
| H A D | ChangeLog.2 | 3355 (find_binding): Fix typo in comment. 5740 (find_binding, select_decl, unqualified_namespace_lookup, 10658 (find_binding): Skip namespace aliases. 11472 (find_binding): New function.
|
| H A D | ChangeLog | 1519 (find_binding): Adjust return type, add a third parameter. Remove 1833 (find_binding): Likewise.
|