Home
last modified time | relevance | path

Searched defs:cpp_demangle_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c84 struct cpp_demangle_data { struct
85 struct vector_str output; /* output string vector */
86 struct vector_str subst; /* substitution string vector */
87 struct vector_str tmpl;
88 struct vector_str class_type;
89 struct vector_str *cur_output; /* ptr to current output vec */
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 */
[all …]
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c98 struct cpp_demangle_data { struct
99 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 …]