Searched defs:pdpm (Results 1 - 2 of 2) sorted by relevance

/external/gcc-demangle/
H A Dcp-demangle.c3853 struct d_print_mod *pdpm; local
3859 for (pdpm = dpi->modifiers; pdpm != NULL; pdpm = pdpm->next)
3861 if (! pdpm->printed)
3863 if (pdpm->mod->type != DEMANGLE_COMPONENT_RESTRICT
3864 && pdpm->mod->type != DEMANGLE_COMPONENT_VOLATILE
3865 && pdpm->mod->type != DEMANGLE_COMPONENT_CONST)
3867 if (pdpm
3962 struct d_print_mod *pdpm; local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c3547 struct d_print_mod *pdpm; local
3553 for (pdpm = dpi->modifiers; pdpm != NULL; pdpm = pdpm->next)
3555 if (! pdpm->printed)
3557 if (pdpm->mod->type != DEMANGLE_COMPONENT_RESTRICT
3558 && pdpm->mod->type != DEMANGLE_COMPONENT_VOLATILE
3559 && pdpm->mod->type != DEMANGLE_COMPONENT_CONST)
3561 if (pdpm
3656 struct d_print_mod *pdpm; local
[all...]

Completed in 53 milliseconds