Searched refs:push_namespace (Results 1 – 22 of 22) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | name-lookup.h | 313 extern void push_namespace (tree);
|
H A D | except.c | 67 push_namespace (std_identifier); in init_exception_processing()
|
H A D | rtti.c | 140 push_namespace (std_identifier); in init_rtti_processing()
|
H A D | ChangeLog-2003 | 430 (push_namespace): Put it in DECL_ASSEMBLER_NAME instead. 1041 (push_namespace): Likewise. 1235 (push_namespace): Update. 4127 (push_namespace): Use it. 4134 (push_namespace): Use it. Simplify. 4247 (push_namespace): Build current_binding_level->type_decls. 5536 (push_namespace): Initialize static_decls for ordinary namespaces. 5969 (push_namespace): Likewise.
|
H A D | name-lookup.c | 2989 push_namespace (tree name) in push_namespace() function 3126 push_namespace (DECL_NAME (ns)); in push_nested_namespace()
|
H A D | ChangeLog-1998 | 1819 * decl.c (push_namespace): Initialize variable `d'. 2033 (push_namespace): Use anonymous_namespace_name, rather than local 3872 (push_namespace): Check for namespace aliases. 4065 * decl.c (push_namespace): Only produce one unique name for 4125 * decl.c (push_namespace): Namespaces have type void. 4687 (push_namespace): Associate binding level with new namespace, 5885 * decl.c (push_namespace): Handle redeclaration error. 5919 (push_namespace, pop_namespace): Implement.
|
H A D | decl.c | 3171 push_namespace (std_identifier); in cxx_init_decl_processing() 3246 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing() 3263 push_namespace (std_identifier); in cxx_init_decl_processing() 3461 push_namespace (std_identifier); in builtin_function()
|
H A D | ChangeLog-1995 | 243 * decl.c (push_namespace): Rewrite to use build_lang_decl, so we 1318 (push_namespace): Use get_unique_name for naming unnamed namespaces. 1654 (resume_level, push_namespace, pop_namespace): Likewise. 1662 (current_namespace, push_namespace, pop_namespace): Likewise.
|
H A D | ChangeLog-2004 | 1532 push_namespace, do_namespace_alias, do_using_directive, 2553 push_class_level_binding, do_class_using_decl, push_namespace, 5982 * name-lookup.c (push_namespace): Ignore the return value from
|
H A D | ChangeLog-1997 | 1806 * decl.c (push_namespace): Just sorry.
|
H A D | ChangeLog-1994 | 209 (push_namespace, pop_namespace): Complete out missing 218 * decl2.c (push_namespace): Dummy function.
|
H A D | ChangeLog-2000 | 761 (push_namespace): Use std_identifier. 2603 (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
|
H A D | ChangeLog-2001 | 1189 (push_namespace): Remove in_fake_std code.
|
H A D | ChangeLog | 2363 (push_namespace_with_attribs): Split out from push_namespace.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 67 push_namespace (std_identifier); in init_exception_processing()
|
H A D | rtti.c | 111 push_namespace (std_identifier); in init_rtti_processing()
|
H A D | decl.c | 2457 push_namespace (name) in push_namespace() function 2558 push_namespace (DECL_NAME (ns)); 6942 push_namespace (get_identifier ("::")); in cxx_init_decl_processing() 6990 push_namespace (std_identifier); in cxx_init_decl_processing() 7073 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing() 7087 push_namespace (std_identifier); in cxx_init_decl_processing() 7277 push_namespace (std_identifier);
|
H A D | parse.y | 556 { push_namespace ($2); } 560 { push_namespace (NULL_TREE); }
|
H A D | cp-tree.h | 3741 extern void push_namespace PARAMS ((tree));
|
H A D | ChangeLog.2 | 8607 * decl.c (push_namespace): Initialize variable `d'. 8821 (push_namespace): Use anonymous_namespace_name, rather than local 10660 (push_namespace): Check for namespace aliases. 10853 * decl.c (push_namespace): Only produce one unique name for 10913 * decl.c (push_namespace): Namespaces have type void. 11475 (push_namespace): Associate binding level with new namespace, 12673 * decl.c (push_namespace): Handle redeclaration error. 12707 (push_namespace, pop_namespace): Implement. 15477 * decl.c (push_namespace): Just sorry. 20568 * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
|
H A D | ChangeLog.1 | 967 (push_namespace): Use get_unique_name for naming unnamed namespaces. 1303 (resume_level, push_namespace, pop_namespace): Likewise. 1311 (current_namespace, push_namespace, pop_namespace): Likewise. 3649 (push_namespace, pop_namespace): Complete out missing 3658 * decl2.c (push_namespace): Dummy function.
|
H A D | ChangeLog | 1102 (push_namespace): Construct binding table. 1624 (push_namespace): Initialize static_decls for ordinary namespaces. 1834 (push_namespace): Likewise. 7166 (push_namespace): Remove in_fake_std code. 10633 (push_namespace): Use std_identifier. 12475 (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
|