Searched defs:cpp_demangle_data (Results 1 – 1 of 1) sorted by relevance
98 struct cpp_demangle_data { struct99 struct vector_str output; /* output string vector */100 struct vector_str subst; /* substitution string vector */101 struct vector_str tmpl;102 struct vector_str class_type;103 struct vector_str *cur_output; /* ptr to current output vec */104 struct vector_read_cmd cmd;105 bool mem_rst; /* restrict member function */106 bool mem_vat; /* volatile member function */107 bool mem_cst; /* const member function */[all …]