Home
last modified time | relevance | path

Searched refs:static_decls (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.h192 VEC(tree,gc) *static_decls;
H A Dname-lookup.c550 VEC_safe_push (tree, gc, b->static_decls, decl); in add_decl_to_level()
1305 scope->static_decls = in begin_scope()
H A DChangeLog-20035531 * 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 Ddecl.c834 VEC(tree,gc) *statics = level->static_decls; in wrapup_globals_for_namespace()
H A DChangeLog-20045824 as static, to static_decls array.
H A DChangeLog5733 static_decls to VEC(tree,gc)*.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c573 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 DChangeLog116 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