Searched refs:new_scope_len (Results 1 – 1 of 1) sorted by relevance
576 int new_scope_len = scope_len; in lookup_namespace_scope() local579 if (new_scope_len != 0) in lookup_namespace_scope()581 gdb_assert (scope[new_scope_len] == ':'); in lookup_namespace_scope()582 new_scope_len += 2; in lookup_namespace_scope()584 new_scope_len += cp_find_first_component (scope + new_scope_len); in lookup_namespace_scope()586 scope, new_scope_len); in lookup_namespace_scope()