Searched refs:cxx_scope (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | name-lookup.h | 57 typedef struct cp_binding_level cxx_scope; typedef 76 cxx_scope *scope; 293 extern cxx_scope *leave_scope (void); 300 extern cxx_scope *begin_scope (scope_kind, tree); 320 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
|
| D | name-lookup.c | 44 static cxx_scope *innermost_nonclass_level (void); 46 static cxx_binding *binding_for_name (cxx_scope *, tree); 300 new_class_binding (tree name, tree value, tree type, cxx_scope *scope) in new_class_binding() 341 push_binding (tree id, tree decl, cxx_scope* level) in push_binding() 520 add_decl_to_level (tree decl, cxx_scope *b) in add_decl_to_level() 1187 cxx_scope_descriptor (cxx_scope *scope) in cxx_scope_descriptor() 1212 cxx_scope_debug (cxx_scope *scope, int line, const char *action) in cxx_scope_debug() 1265 cxx_scope * 1268 cxx_scope *scope; in begin_scope() 1277 scope = GGC_NEW (cxx_scope); in begin_scope() [all …]
|
| D | ChangeLog-2003 | 4925 * name-lookup.h (cxx_scope): Declare.
|