Searched refs:typed_name (Results 1 – 1 of 1) sorted by relevance
2715 struct demangle_component *typed_name; in d_print_comp() local2725 typed_name = d_left (dc); in d_print_comp()2726 while (typed_name != NULL) in d_print_comp()2736 adpm[i].mod = typed_name; in d_print_comp()2741 if (typed_name->type != DEMANGLE_COMPONENT_RESTRICT_THIS in d_print_comp()2742 && typed_name->type != DEMANGLE_COMPONENT_VOLATILE_THIS in d_print_comp()2743 && typed_name->type != DEMANGLE_COMPONENT_CONST_THIS) in d_print_comp()2746 typed_name = d_left (typed_name); in d_print_comp()2751 if (typed_name->type == DEMANGLE_COMPONENT_TEMPLATE) in d_print_comp()2755 dpt.template_decl = typed_name; in d_print_comp()[all …]