Searched refs:pushdecl_with_scope (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.h | 320 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
|
| H A D | name-lookup.c | 1841 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend) in pushdecl_with_scope() function 3212 t = pushdecl_with_scope (x, NAMESPACE_LEVEL (current_namespace), is_friend); in pushdecl_namespace_level() 4892 decl = pushdecl_with_scope (decl, b, /*is_friend=*/false); in pushtag()
|
| H A D | ChangeLog-2003 | 1025 (pushdecl_with_scope): Likewise. 1410 (pushdecl_with_scope): Likewise. 5977 (pushdecl_with_scope): Likewise.
|
| H A D | ChangeLog-1994 | 4738 * decl.c (pushdecl_with_scope): Fix thinko. Add forward 4741 * decl.c (pushdecl_with_scope): New function.
|
| H A D | decl.c | 3374 pushdecl_with_scope (decl, b, /*is_friend=*/false); in cp_make_fname_decl()
|
| H A D | ChangeLog | 4548 (pushdecl_with_scope): Add is_friend parameter. Change prototype
|
| H A D | ChangeLog-1998 | 5849 * decl.c (pushdecl_with_scope): Handle pushing at class level.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 717 static tree pushdecl_with_scope PARAMS ((tree, struct cp_binding_level *)); 3058 d = pushdecl_with_scope (d, b); 3101 TYPE_STUB_DECL (type) = pushdecl_with_scope (d, b); 4545 pushdecl_with_scope (x, level) in pushdecl_with_scope() function 4584 t = pushdecl_with_scope (x, NAMESPACE_LEVEL (current_namespace));
|
| H A D | ChangeLog.1 | 8178 * decl.c (pushdecl_with_scope): Fix thinko. Add forward 8181 * decl.c (pushdecl_with_scope): New function.
|
| H A D | ChangeLog | 1842 (pushdecl_with_scope): Likewise.
|
| H A D | ChangeLog.2 | 12637 * decl.c (pushdecl_with_scope): Handle pushing at class level.
|