Home
last modified time | relevance | path

Searched refs:push_namespace (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gcc/cp/
HDname-lookup.h315 extern void push_namespace (tree);
HDexcept.c67 push_namespace (std_identifier); in init_exception_processing()
HDrtti.c141 push_namespace (std_identifier); in init_rtti_processing()
HDChangeLog-2003430 (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.
HDname-lookup.c3022 push_namespace (tree name) in push_namespace() function
3155 push_namespace (DECL_NAME (ns)); in push_nested_namespace()
HDChangeLog-19981819 * 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.
HDdecl.c3183 push_namespace (std_identifier); in cxx_init_decl_processing()
3258 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing()
3275 push_namespace (std_identifier); in cxx_init_decl_processing()
3473 push_namespace (std_identifier); in builtin_function()
HDChangeLog-1995243 * 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.
HDChangeLog-20041532 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
HDChangeLog-19971806 * decl.c (push_namespace): Just sorry.
HDChangeLog-2000761 (push_namespace): Use std_identifier.
2603 (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
HDChangeLog-1994209 (push_namespace, pop_namespace): Complete out missing
218 * decl2.c (push_namespace): Dummy function.
HDChangeLog-20011189 (push_namespace): Remove in_fake_std code.
HDChangeLog2432 (push_namespace_with_attribs): Split out from push_namespace.