Searched refs:select_decl (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.c | 45 static tree select_decl (const struct scope_binding *, int); 3636 select_decl (const struct scope_binding *binding, int flags) in select_decl() function 3714 val = select_decl (&binding, flags); in unqualified_namespace_lookup() 3744 t = select_decl (&binding, flags); in lookup_qualified_name()
|
| H A D | ChangeLog-2003 | 986 (select_decl): Likewise. 2018 (lookup_tag): Use select_decl. 2019 (select_decl): Improve comment. 5175 (select_decl): Adjust prototype. 5990 (select_decl): Likewise.
|
| H A D | ChangeLog-1998 | 3089 (select_decl): Not here. 3136 * decl.c (select_decl): Extract a lone function from an OVERLOAD. 3154 * decl.c (select_decl): Replace two flag parameters by one. 3866 (select_decl): Likewise. 4716 (select_decl): New function.
|
| H A D | ChangeLog-2004 | 5306 (lookup_tag): Don't call select_decl. 5313 (select_decl): Take a scope_binding instead of a cxx_binding.
|
| H A D | ChangeLog-1999 | 5740 (find_binding, select_decl, unqualified_namespace_lookup, 6083 * decl.c (select_decl): Allow class templates when we need types.
|
| H A D | ChangeLog-2002 | 3446 (select_decl): Don't test for anticipated decls here.
|
| H A D | ChangeLog | 3882 (select_decl): Handle ambiguous namespace lookups.
|
| H A D | ChangeLog-2000 | 749 * decl.c (select_decl): Don't return declarations that are
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 102 static tree select_decl (cxx_binding *, int); 6197 select_decl (cxx_binding *binding, int flags) in select_decl() function 6292 val = select_decl (&binding, flags); 6492 val = select_decl (&b, flags);
|
| H A D | ChangeLog.2 | 5740 (find_binding, select_decl, unqualified_namespace_lookup, 6083 * decl.c (select_decl): Allow class templates when we need types. 9877 (select_decl): Not here. 9924 * decl.c (select_decl): Extract a lone function from an OVERLOAD. 9942 * decl.c (select_decl): Replace two flag parameters by one. 10654 (select_decl): Likewise. 11504 (select_decl): New function.
|
| H A D | ChangeLog | 1528 (select_decl): Adjust prototype. 1855 (select_decl): Likewise. 4849 (select_decl): Don't test for anticipated decls here. 10621 * decl.c (select_decl): Don't return declarations that are
|