Searched refs:d_make_comp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | cp-demangle.c | 291 d_make_comp (struct d_info *, enum demangle_component_type, 696 d_make_comp (struct d_info *di, enum demangle_component_type type, in d_make_comp() function 1026 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc, in d_encoding() 1072 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME, in d_name() 1096 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 1112 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 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() [all …]
|
| HD | 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-11-stable/contrib/binutils/libiberty/ |
| HD | cp-demangle.c | 311 d_make_comp (struct d_info *, enum demangle_component_type, 742 d_make_comp (struct d_info *di, enum demangle_component_type type, in d_make_comp() function 1072 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc, in d_encoding() 1118 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME, in d_name() 1142 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 1158 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 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() [all …]
|
| HD | 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.
|