Home
last modified time | relevance | path

Searched refs:DEMANGLE_COMPONENT_TEMPLATE_ARGLIST (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Ddemangle.h396 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, enumerator
Dcp-demangle.c787 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST: in d_dump()
1040 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST: in d_make_comp()
3131 return d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, NULL, NULL); in d_template_args_1()
3144 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL); in d_template_args_1()
4098 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST: in d_count_templates_scopes()
4369 if (a->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) in d_index_template_argument()
4413 if (a && a->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) in d_find_pack()
4455 while (dc && dc->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST in d_pack_length()
4471 for (; dc && dc->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST; in d_args_length()
4864 if (a && a->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) in d_print_comp_inner()
[all …]