Lines Matching defs:d_print_info
326 struct d_print_info struct
330 char buf[D_PRINT_BUFFER_LENGTH];
332 size_t len;
335 char last_char;
337 demangle_callbackref callback;
339 void *opaque;
341 struct d_print_template *templates;
344 struct d_print_mod *modifiers;
346 int demangle_failure;
349 int recursion;
352 int is_lambda_arg;
355 int pack_index;
357 unsigned long int flush_count;
359 const struct d_component_stack *component_stack;
361 struct d_saved_scope *saved_scopes;
363 int next_saved_scope;
365 int num_saved_scopes;
367 struct d_print_template *copy_templates;
369 int next_copy_template;
371 int num_copy_templates;
373 const struct demangle_component *current_template;