Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c84 struct cpp_demangle_data { struct
87 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 …]
/freebsd-14.2/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c98 struct cpp_demangle_data { struct
101 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 …]