Searched refs:d_make_comp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cp-demangle.c | 1202 ret = d_make_comp (di, comb_type, ret, dc); in d_prefix() 1421 return d_make_comp (di, DEMANGLE_COMPONENT_CAST, in d_operator_name() 1479 return d_make_comp (di, DEMANGLE_COMPONENT_VTABLE, in d_special_name() 1483 return d_make_comp (di, DEMANGLE_COMPONENT_VTT, in d_special_name() 1486 return d_make_comp (di, DEMANGLE_COMPONENT_TYPEINFO, in d_special_name() 1495 return d_make_comp (di, DEMANGLE_COMPONENT_THUNK, in d_special_name() 1929 *pret = d_make_comp (di, t, NULL, NULL); in d_cv_qualifiers() 2274 return d_make_comp (di, DEMANGLE_COMPONENT_UNARY, op, in d_expression() 2303 d_make_comp (di, in d_expression() 2316 d_make_comp (di, in d_expression() [all …]
|
| H A D | ChangeLog | 361 (d_make_comp, d_print_comp): Likewise. 825 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name, 1239 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE 1379 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME. 1423 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG. 1445 (d_make_comp): Accept new d_comp_type values.
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cp-demangle.c | 1248 ret = d_make_comp (di, comb_type, ret, dc); in d_prefix() 1467 return d_make_comp (di, DEMANGLE_COMPONENT_CAST, in d_operator_name() 1525 return d_make_comp (di, DEMANGLE_COMPONENT_VTABLE, in d_special_name() 1529 return d_make_comp (di, DEMANGLE_COMPONENT_VTT, in d_special_name() 1532 return d_make_comp (di, DEMANGLE_COMPONENT_TYPEINFO, in d_special_name() 1541 return d_make_comp (di, DEMANGLE_COMPONENT_THUNK, in d_special_name() 1975 *pret = d_make_comp (di, t, NULL, NULL); in d_cv_qualifiers() 2320 return d_make_comp (di, DEMANGLE_COMPONENT_UNARY, op, in d_expression() 2349 d_make_comp (di, in d_expression() 2362 d_make_comp (di, in d_expression() [all …]
|
| H A D | ChangeLog | 559 (d_make_comp, d_print_comp): Likewise. 1023 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name, 1437 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE 1577 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME. 1621 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG. 1643 (d_make_comp): Accept new d_comp_type values.
|