Searched refs:dpm (Results 1 - 2 of 2) sorted by relevance

/external/gcc-demangle/
H A Dcp-demangle.c3887 struct d_print_mod dpm; local
3889 dpm.next = dpi->modifiers;
3890 dpi->modifiers = &dpm;
3891 dpm.mod = dc;
3892 dpm.printed = 0;
3893 dpm.templates = dpi->templates;
3899 if (! dpm.printed)
3902 dpi->modifiers = dpm.next;
3928 struct d_print_mod dpm; local
3932 dpm
4026 struct d_print_mod dpm; local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c3581 struct d_print_mod dpm; local
3583 dpm.next = dpi->modifiers;
3584 dpi->modifiers = &dpm;
3585 dpm.mod = dc;
3586 dpm.printed = 0;
3587 dpm.templates = dpi->templates;
3593 if (! dpm.printed)
3596 dpi->modifiers = dpm.next;
3622 struct d_print_mod dpm; local
3626 dpm
3719 struct d_print_mod dpm; local
[all...]

Completed in 27 milliseconds