/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 326 extern int push_namespace (tree, bool make_inline = false);
|
H A D | name-lookup.c | 7371 push_namespace (tree name, bool make_inline) in push_namespace() function
|
H A D | decl.c | 4306 push_namespace (get_identifier ("std")); in cxx_init_decl_processing() 4403 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 465 extern int push_namespace (tree, bool make_inline = false);
|
H A D | ChangeLog-2017 | 1257 (push_namespace): Push anonymous namespace as NULL name. 2322 (push_namespace): Likewise. Call it after setting 3376 (push_namespace): Look inside inline namespaces. 3390 (add_using_namespace, push_namespace): Push onto vector. 3482 push_namespace): Adjust. 3692 (push_namespace): Use add_using_namespace. 4039 (push_namespace): Set SCOPE_DEPTH. 4047 * name-lookup.h (push_namespace): Return int, add make_inline arg. 4048 * name-lookup.c (push_namespace): Deal with inline directly. 4051 push_namespace change. [all …]
|
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 | 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 | ChangeLog-2016 | 175 nested_definition_count only if push_namespace succeeds. 2455 * name-lookup.c (push_namespace): Return bool, false when pushdecl 2457 * name-lookup.h (push_namespace): Adjust declaration. 2458 * parser.c (cp_parser_namespace_definition): Check push_namespace
|
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 | decl.cc | 4533 push_namespace (get_identifier ("std")); in cxx_init_decl_processing() 4649 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing() 9306 int n = push_namespace (get_identifier ("__aeabiv1"), false); in get_atexit_node()
|
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-2020 | 322 (push_namespace): Deal with BINDING_VECTOR & namespace reuse. 344 (push_namespace): ... here. Call them. Add namespace to level 5204 * name-lookup.c (push_namespace): Triage ambiguous lookups that
|
H A D | ChangeLog-2012 | 1830 * name-lookup.c (push_namespace): When error recovery is
|
H A D | ChangeLog-1997 | 1806 * decl.c (push_namespace): Just sorry.
|
H A D | name-lookup.cc | 8731 push_namespace (tree name, bool make_inline) in push_namespace() function
|
H A D | ChangeLog-2006 | 2343 (push_namespace_with_attribs): Split out from push_namespace.
|
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-2007 | 708 (push_namespace): Here.
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | gcc-cp-fe.def | 31 GCC_METHOD1 (int /* bool */, push_namespace, 160 /* Pop the namespace last entered with push_namespace, or class last
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | gcc-cp-fe.def | 31 GCC_METHOD1 (int /* bool */, push_namespace, 160 /* Pop the namespace last entered with push_namespace, or class last
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | gcc-cp-fe.def | 31 GCC_METHOD1 (int /* bool */, push_namespace, 160 /* Pop the namespace last entered with push_namespace, or class last
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | gcc-cp-fe.def | 31 GCC_METHOD1 (int /* bool */, push_namespace, 160 /* Pop the namespace last entered with push_namespace, or class last
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 826 push_namespace (name ? get_identifier (name) : NULL); in plugin_push_namespace()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 670 push_namespace (name ? get_identifier (name) : NULL); in plugin_push_namespace()
|