Searched refs:static_decls (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2017 | 4313 Kill per-namespace static_decls. 4314 * cp-tree.h (static_decls): Declare. 4318 * decl.c (static_decls): Define. 4322 (cxx_init_decl_processing): Initialize static_decls. 4324 * name-lookup.h (cp_binding_level): Remove static_decls member.
|
| 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.cc | 164 vec<tree, va_gc> *static_decls; variable 844 if (vec<tree, va_gc> *statics = static_decls) in wrapup_namespace_globals() 869 static_decls = NULL; in wrapup_namespace_globals() 4573 vec_alloc (static_decls, 500); in cxx_init_decl_processing()
|
| H A D | name-lookup.cc | 407 vec_safe_push (static_decls, decl); in add_decl_to_level()
|
| H A D | cp-tree.h | 5710 extern GTY(()) vec<tree, va_gc> *static_decls;
|
| H A D | ChangeLog-2005 | 2218 static_decls to VEC(tree,gc)*.
|
| H A D | ChangeLog-2013 | 2440 namespace to static_decls.
|
| H A D | ChangeLog-2004 | 5824 as static, to static_decls array.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 156 vec<tree, va_gc> *static_decls; variable 813 if (vec<tree, va_gc> *statics = static_decls) in wrapup_namespace_globals() 840 static_decls = NULL; in wrapup_namespace_globals() 4330 vec_alloc (static_decls, 500); in cxx_init_decl_processing()
|
| H A D | name-lookup.c | 138 vec_safe_push (static_decls, decl); in add_decl_to_level()
|
| H A D | cp-tree.h | 5460 extern GTY(()) vec<tree, va_gc> *static_decls;
|