Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDname-lookup.c774 add_decl_to_level (x, NAMESPACE_LEVEL (CP_DECL_CONTEXT (t))); in pushdecl_maybe_friend()
1018 ? NAMESPACE_LEVEL (CP_DECL_CONTEXT (x)) in pushdecl_maybe_friend()
1299 NAMESPACE_LEVEL (entity) = scope; in begin_scope()
1331 if (NAMESPACE_LEVEL (global_namespace)) in leave_scope()
1602 (void *) NAMESPACE_LEVEL (global_namespace)); in print_binding_stack()
1617 print_binding_level (NAMESPACE_LEVEL (global_namespace)); in print_binding_stack()
1671 binding_for_name (NAMESPACE_LEVEL (current_namespace), id); in set_identifier_type_value_with_scope()
2365 resume_scope (NAMESPACE_LEVEL (inner)); in push_inner_scope_r()
2909 binding = cxx_scope_find_binding_for_name (NAMESPACE_LEVEL (scope), name); in namespace_binding()
2924 b = binding_for_name (NAMESPACE_LEVEL (scope), name); in set_namespace_binding()
[all …]
HDname-lookup.h293 ((SCOPE) == NAMESPACE_LEVEL (global_namespace))
HDdecl.c820 tree current = NAMESPACE_LEVEL (namespace)->namespaces; in walk_namespaces_r()
846 struct cp_binding_level *level = NAMESPACE_LEVEL (namespace); in wrapup_globals_for_namespace()
1946 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl); in duplicate_decls()
HDcp-tree.h1491 #define NAMESPACE_LEVEL(NODE) \ macro
HDChangeLog-1995246 (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
1649 * cp-tree.h (NAMESPACE_LEVEL): Likewise.
HDChangeLog-19991167 * decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.
4675 * cp-tree.h (NAMESPACE_LEVEL): Reformat.
HDChangeLog-20024405 (NAMESPACE_LEVEL): Whitespace.