Home
last modified time | relevance | path

Searched refs:DEMANGLE_COMPONENT_FUNCTION_TYPE (Results 126 – 150 of 202) sorted by relevance

123456789

/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dcp-demangle.c715 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_dump()
975 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_make_comp()
2825 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, in d_bare_function_type()
3934 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_count_templates_scopes()
4872 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_print_comp_inner()
5103 && d_right (operand)->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5174 if (d_right (func)->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5531 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dcp-demangle.c770 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_dump()
1035 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_make_comp()
2939 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, in d_bare_function_type()
4093 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_count_templates_scopes()
5137 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_print_comp_inner()
5368 && d_right (operand)->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5457 if (d_right (func)->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5822 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dcp-demangle.c770 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_dump()
1035 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_make_comp()
2939 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, in d_bare_function_type()
4093 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_count_templates_scopes()
5137 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_print_comp_inner()
5368 && d_right (operand)->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5457 if (d_right (func)->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5822 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list()
/dports/lang/gnat_util/gcc-6-20180516/libiberty/
H A Dcp-demangle.c726 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_dump()
986 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_make_comp()
2846 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, in d_bare_function_type()
3976 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_count_templates_scopes()
5016 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_print_comp_inner()
5247 && d_right (operand)->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5336 if (d_right (func)->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_comp_inner()
5699 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dcp-demangle.c624 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_dump()
847 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_make_comp()
2407 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, in d_bare_function_type()
2529 if (pmem != &mem && (*pmem)->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_pointer_to_member_type()
3918 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in d_print_comp()
4429 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list()
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/tests/tools/
H A Ddemangle-ast.cpp246 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in handleNameComponent()
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/demangle/
H A Ddemangler.cpp306 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in handleNameComponent()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcp-name-parser.c2197 { yyval.nested.comp = fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, yyvsp[-2].nested.comp);
2204 { yyval.nested.comp = fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, NULL);
2211 { yyval.nested.comp = fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, NULL);
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcp-name-parser.c2523 …{ (yyval.nested).comp = state->fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, (yyvsp[-2].neste… in yyparse()
2531 … { (yyval.nested).comp = state->fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, NULL); in yyparse()
2539 … { (yyval.nested).comp = state->fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, NULL); in yyparse()
H A Dcp-support.c535 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in replace_typedefs()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcp-name-parser.c2726 …{ (yyval.nested).comp = fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, (yyvsp[(2) - (4)].neste…
2735 { (yyval.nested).comp = fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, NULL);
2744 { (yyval.nested).comp = fill_comp (DEMANGLE_COMPONENT_FUNCTION_TYPE, NULL, NULL);
H A Dcp-support.c477 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in replace_typedefs()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dstabs.c5091 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5294 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dstabs.c5240 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5448 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dstabs.c5240 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5448 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
H A DChangeLog-2004214 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dstabs.c5240 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5448 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
H A DChangeLog-2004214 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dstabs.c5089 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5176 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dstabs.c5089 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5176 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Dstabs.c5091 || dc->u.s_binary.right->type != DEMANGLE_COMPONENT_FUNCTION_TYPE) in stab_demangle_v3_argtypes()
5294 case DEMANGLE_COMPONENT_FUNCTION_TYPE: in stab_demangle_v3_arg()
H A DChangeLog-2004214 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A DChangeLog-2004214 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A DChangeLog-2004214 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A DChangeLog-2004214 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.

123456789