Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20174313 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 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.cc164 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 Dname-lookup.cc407 vec_safe_push (static_decls, decl); in add_decl_to_level()
H A Dcp-tree.h5710 extern GTY(()) vec<tree, va_gc> *static_decls;
H A DChangeLog-20052218 static_decls to VEC(tree,gc)*.
H A DChangeLog-20132440 namespace to static_decls.
H A DChangeLog-20045824 as static, to static_decls array.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c156 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 Dname-lookup.c138 vec_safe_push (static_decls, decl); in add_decl_to_level()
H A Dcp-tree.h5460 extern GTY(()) vec<tree, va_gc> *static_decls;