Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.h332 extern int push_namespace (tree, bool make_inline = false);
H A Dexcept.c54 push_namespace (std_identifier); in init_exception_processing()
H A Drtti.c171 push_namespace (std_identifier); in init_rtti_processing()
H A Ddecl.c4168 push_namespace (std_identifier); in cxx_init_decl_processing()
4260 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing()
4298 push_namespace (std_identifier); in cxx_init_decl_processing()
4353 push_namespace (std_identifier); in cxx_init_decl_processing()
4552 push_namespace (std_identifier); in cxx_builtin_function()
4577 push_namespace (std_identifier); in cxx_builtin_function_ext_scope()
H A Dname-lookup.c7156 push_namespace (tree name, bool make_inline) in push_namespace() function
H A Dparser.c18578 if (int count = identifier ? push_namespace (identifier) : 0) in cp_parser_namespace_definition()
18596 nested_definition_count += push_namespace (identifier, is_inline); in cp_parser_namespace_definition()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.h311 extern void push_namespace (tree);
H A Dexcept.c61 push_namespace (std_identifier); in init_exception_processing()
H A Drtti.c151 push_namespace (std_identifier); in init_rtti_processing()
H A Ddecl.c3591 push_namespace (std_identifier); in cxx_init_decl_processing()
3672 push_namespace (get_identifier ("__cxxabiv1")); in cxx_init_decl_processing()
3696 push_namespace (std_identifier); in cxx_init_decl_processing()
3893 push_namespace (std_identifier); in cxx_builtin_function()
3918 push_namespace (std_identifier); in cxx_builtin_function_ext_scope()
H A Dname-lookup.c3545 push_namespace (tree name) in push_namespace() function
3637 push_namespace (DECL_NAME (ns)); in push_nested_namespace()
H A Dparser.c14776 push_namespace (identifier); in cp_parser_namespace_definition()
14790 push_namespace (identifier); in cp_parser_namespace_definition()