Home | History | Annotate | Download | only in gcc-demangle

Lines Matching refs:dpm

3887 	struct d_print_mod dpm;
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;
3932 dpm.next = dpi->modifiers;
3933 dpi->modifiers = &dpm;
3934 dpm.mod = dc;
3935 dpm.printed = 0;
3936 dpm.templates = dpi->templates;
3940 dpi->modifiers = dpm.next;
3942 if (dpm.printed)
4026 struct d_print_mod dpm;
4028 dpm.next = dpi->modifiers;
4029 dpi->modifiers = &dpm;
4030 dpm.mod = dc;
4031 dpm.printed = 0;
4032 dpm.templates = dpi->templates;
4038 if (! dpm.printed)
4041 dpi->modifiers = dpm.next;