Searched refs:DEMANGLE_COMPONENT_TEMPLATE (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | cp-support.c | 186 if (ret_comp->type == DEMANGLE_COMPONENT_TEMPLATE) in cp_class_name_from_physname() 203 case DEMANGLE_COMPONENT_TEMPLATE: in cp_class_name_from_physname() 254 case DEMANGLE_COMPONENT_TEMPLATE: in unqualified_name_from_comp()
|
| D | cp-name-parser.y | 513 { $$ = fill_comp (DEMANGLE_COMPONENT_TEMPLATE, $1, $3.comp); } 586 { $$ = fill_comp (DEMANGLE_COMPONENT_TEMPLATE, $1, $3.comp); }
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | cp-demangle.c | 488 case DEMANGLE_COMPONENT_TEMPLATE: in d_dump() 715 case DEMANGLE_COMPONENT_TEMPLATE: in d_make_comp() 945 case DEMANGLE_COMPONENT_TEMPLATE: in has_return_type() 1097 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 1113 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 1189 comb_type = DEMANGLE_COMPONENT_TEMPLATE; in d_prefix() 1796 ret = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, ret, in cplus_demangle_type() 1816 ret = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, ret, in cplus_demangle_type() 2222 d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, name, in d_expression() 2746 if (typed_name->type == DEMANGLE_COMPONENT_TEMPLATE) in d_print_comp() [all …]
|
| D | cp-demint.c | 71 case DEMANGLE_COMPONENT_TEMPLATE: in cplus_demangle_fill_component()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | demangle.h | 201 DEMANGLE_COMPONENT_TEMPLATE, enumerator
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | stabs.c | 5243 case DEMANGLE_COMPONENT_TEMPLATE: in stab_demangle_v3_arg()
|