Home
last modified time | relevance | path

Searched refs:SCOPE_DEPTH (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c643 while (SCOPE_DEPTH (common) > depth) in queue_namespace()
687 queue = queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives); in search_unqualified()
692 int depth = SCOPE_DEPTH (scope); in search_unqualified()
711 if (SCOPE_DEPTH (pair.first) == depth) in search_unqualified()
4015 int depth = SCOPE_DEPTH (ancestor); in is_nested_namespace()
4021 while (SCOPE_DEPTH (descendant) > depth in is_nested_namespace()
7403 else if (SCOPE_DEPTH (ns) >= SCOPE_DEPTH (decl)) in push_namespace()
7449 SCOPE_DEPTH (ns) = SCOPE_DEPTH (current_namespace) + 1; in push_namespace()
7450 if (!SCOPE_DEPTH (ns)) in push_namespace()
7453 SCOPE_DEPTH (current_namespace)); in push_namespace()
H A Dcp-tree.h3363 #define SCOPE_DEPTH(NODE) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc1087 while (SCOPE_DEPTH (common) > depth) in queue_namespace()
1124 queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives); in search_unqualified()
1129 int depth = SCOPE_DEPTH (scope); in search_unqualified()
1148 if (SCOPE_DEPTH (pair.first) == depth) in search_unqualified()
4960 int depth = SCOPE_DEPTH (ancestor); in is_nested_namespace()
4966 while (SCOPE_DEPTH (descendant) > depth in is_nested_namespace()
8676 SCOPE_DEPTH (ns) = SCOPE_DEPTH (ctx) + 1; in make_namespace()
8677 if (!SCOPE_DEPTH (ns)) in make_namespace()
8679 sorry ("cannot nest more than %d namespaces", SCOPE_DEPTH (ctx)); in make_namespace()
8763 else if (SCOPE_DEPTH (ns) >= SCOPE_DEPTH (decl)) in push_namespace()
H A DChangeLog-20174034 * cp-tree.h (SCOPE_DEPTH): New.
4039 (push_namespace): Set SCOPE_DEPTH.
H A Dcp-tree.h3556 #define SCOPE_DEPTH(NODE) \ macro