Searched refs:saved_scopes (Results 1 – 2 of 2) sorted by relevance
343 struct d_saved_scope *saved_scopes; member3972 dpi->saved_scopes = NULL; in d_print_init()4077 dpi.saved_scopes = scopes; in cplus_demangle_print_callback()4080 dpi.saved_scopes = alloca (dpi.num_saved_scopes in cplus_demangle_print_callback()4081 * sizeof (*dpi.saved_scopes)); in cplus_demangle_print_callback()4262 scope = &dpi->saved_scopes[dpi->next_saved_scope]; in d_save_scope()4298 if (dpi->saved_scopes[i].container == container) in d_get_saved_scope()4299 return &dpi->saved_scopes[i]; in d_get_saved_scope()
251 (struct d_print_info): New fields saved_scopes and286 (struct d_print_info): New field saved_scopes.306 (struct d_print_info): New field saved_scopes.