Searched refs:DEMANGLE_COMPONENT_TEMPLATE_ARGLIST (Results 1 - 4 of 4) sorted by relevance

/external/gcc-demangle/
H A Ddemangle.h338 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, enumerator in enum:demangle_component_type
H A Dcp-demangle.c641 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST:
857 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST:
2600 return d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, NULL, NULL);
2613 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL);
3446 if (a->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)
3490 if (a && a->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)
3527 while (dc && dc->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST
3745 if (a && a->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)
4063 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST:
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h330 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, enumerator in enum:demangle_component_type
H A Dcp-demangle.c642 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST:
855 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST:
2431 return d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, NULL, NULL);
2444 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL);
3146 if (a->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)
3190 if (a && a->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)
3225 while (dc && dc->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST
3439 if (a && a->type == DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)
3744 case DEMANGLE_COMPONENT_TEMPLATE_ARGLIST:

Completed in 31 milliseconds