Searched defs:cpp_demangle_data (Results 1 – 2 of 2) sorted by relevance
84 struct cpp_demangle_data { struct87 struct vector_str tmpl;88 struct vector_str class_type;90 struct vector_read_cmd cmd;91 bool mem_rst; /* restrict member function */92 bool mem_vat; /* volatile member function */93 bool mem_cst; /* const member function */94 bool mem_ref; /* lvalue-ref member func */95 bool mem_rref; /* rvalue-ref member func */96 bool is_tmpl; /* template args */[all …]
98 struct cpp_demangle_data { struct101 struct vector_str tmpl;102 struct vector_str class_type;104 struct vector_read_cmd cmd;107 bool mem_cst; /* const member function */108 bool mem_ref; /* lvalue-ref member func */109 bool mem_rref; /* rvalue-ref member func */110 bool is_tmpl; /* template args */111 bool is_functype; /* function type */112 bool ref_qualifier; /* ref qualifier */[all …]