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

Lines Matching defs:mem

2500   struct demangle_component *mem;
2524 pmem = d_cv_qualifiers (di, &mem, 1);
2531 if (pmem != &mem && (*pmem)->type != DEMANGLE_COMPONENT_FUNCTION_TYPE)
2533 if (! d_add_substitution (di, mem))
2537 return d_make_comp (di, DEMANGLE_COMPONENT_PTRMEM_TYPE, cl, mem);