Home
last modified time | relevance | path

Searched refs:find_binding (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.c1763 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 DChangeLog-20034814 * 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 DChangeLog-19993355 (find_binding): Fix typo in comment.
5740 (find_binding, select_decl, unqualified_namespace_lookup,
H A DChangeLog-19983870 (find_binding): Skip namespace aliases.
4684 (find_binding): New function.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c101 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 DChangeLog.23355 (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 DChangeLog1519 (find_binding): Adjust return type, add a third parameter. Remove
1833 (find_binding): Likewise.