Searched refs:static_decls (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.h | 192 VEC(tree,gc) *static_decls;
|
| H A D | name-lookup.c | 550 VEC_safe_push (tree, gc, b->static_decls, decl); in add_decl_to_level() 1305 scope->static_decls = in begin_scope()
|
| H A D | ChangeLog-2003 | 5531 * decl.c (cp_binding_level): Add static_decls varray member. 5533 declarations to static_decls array. 5534 (wrapup_global_for_namespace): Pass static_decls only, instead of 5536 (push_namespace): Initialize static_decls for ordinary namespaces. 5537 (cxx_init_decl_processing): Initialize static_decls for global
|
| H A D | decl.c | 834 VEC(tree,gc) *statics = level->static_decls; in wrapup_globals_for_namespace()
|
| H A D | ChangeLog-2004 | 5824 as static, to static_decls array.
|
| H A D | ChangeLog | 5733 static_decls to VEC(tree,gc)*.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 573 varray_type static_decls; member 1300 VARRAY_PUSH_TREE (b->static_decls, decl); 2174 varray_type statics = level->static_decls; 2519 VARRAY_TREE_INIT (current_binding_level->static_decls, 6985 VARRAY_TREE_INIT (current_binding_level->static_decls, in cxx_init_decl_processing()
|
| H A D | ChangeLog | 116 as static, to static_decls array. 1619 * decl.c (cp_binding_level): Add static_decls varray member. 1621 declarations to static_decls array. 1622 (wrapup_global_for_namespace): Pass static_decls only, instead of 1624 (push_namespace): Initialize static_decls for ordinary namespaces. 1625 (cxx_init_decl_processing): Initialize static_decls for global
|