Home
last modified time | relevance | path

Searched refs:NAMESPACE_LEVEL (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc1033 if (vec<tree, va_gc> *usings = NAMESPACE_LEVEL (scope)->using_directives) in search_usings()
1097 queue_usings (queue, depth, NAMESPACE_LEVEL (scope)->using_directives); in queue_namespace()
4100 for (auto probe = NAMESPACE_LEVEL (ns)->names; probe; in add_module_namespace_decl()
4104 add_decl_to_level (NAMESPACE_LEVEL (ns), decl); in add_module_namespace_decl()
4306 NAMESPACE_LEVEL (entity) = scope; in begin_scope()
4333 if (NAMESPACE_LEVEL (global_namespace)) in leave_scope()
4649 (void *) NAMESPACE_LEVEL (global_namespace)); in print_binding_stack()
4664 print_binding_level (NAMESPACE_LEVEL (global_namespace)); in print_binding_stack()
5081 resume_scope (NAMESPACE_LEVEL (inner)); in push_inner_scope_r()
6123 return do_pushdecl_with_scope (decl, NAMESPACE_LEVEL (current_namespace), in pushdecl_namespace_level()
[all …]
H A Dcp-objcp-common.cc362 return NAMESPACE_LEVEL (global_namespace)->names; in cp_get_global_decls()
H A Dname-lookup.h331 ((SCOPE) == NAMESPACE_LEVEL (global_namespace))
H A Ddecl2.cc4595 for (tree t = NAMESPACE_LEVEL (namespc)->names; t; t = TREE_CHAIN (t)) in collect_source_refs()
4610 tree decl = NAMESPACE_LEVEL (namespc)->names; in collect_ada_namespace()
H A DChangeLog-1995246 (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
1649 * cp-tree.h (NAMESPACE_LEVEL): Likewise.
H A Ddecl.cc2854 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl); in duplicate_decls()
H A DChangeLog-19991167 * decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.
4675 * cp-tree.h (NAMESPACE_LEVEL): Reformat.
H A Dcp-tree.h2799 #define NAMESPACE_LEVEL(NODE) \ macro
H A DChangeLog-20024405 (NAMESPACE_LEVEL): Whitespace.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h255 ((SCOPE) == NAMESPACE_LEVEL (global_namespace))
H A Dname-lookup.c591 if (vec<tree, va_gc> *usings = NAMESPACE_LEVEL (scope)->using_directives) in search_usings()
653 queue = queue_usings (queue, depth, NAMESPACE_LEVEL (scope)->using_directives); in queue_namespace()
3376 NAMESPACE_LEVEL (entity) = scope; in begin_scope()
3403 if (NAMESPACE_LEVEL (global_namespace)) in leave_scope()
3720 (void *) NAMESPACE_LEVEL (global_namespace)); in print_binding_stack()
3735 print_binding_level (NAMESPACE_LEVEL (global_namespace)); in print_binding_stack()
4136 resume_scope (NAMESPACE_LEVEL (inner)); in push_inner_scope_r()
5090 (x, NAMESPACE_LEVEL (current_namespace), is_friend); in pushdecl_namespace_level()
5216 return NAMESPACE_LEVEL (ns)->names; in cp_namespace_decls()
5438 for (tree decl = NAMESPACE_LEVEL (ns)->names; in namespace_hints()
[all …]
H A Dcp-objcp-common.c332 return NAMESPACE_LEVEL (global_namespace)->names; in cp_get_global_decls()
H A Ddecl2.c4339 for (tree t = NAMESPACE_LEVEL (namespc)->names; t; t = TREE_CHAIN (t)) in collect_source_refs()
4354 tree decl = NAMESPACE_LEVEL (namespc)->names; in collect_ada_namespace()
H A Ddecl.c2660 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl); in duplicate_decls()
H A Dcp-tree.h2634 #define NAMESPACE_LEVEL(NODE) \ macro