Home
last modified time | relevance | path

Searched refs:is_destructor (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dp-typeprint.c143 int is_destructor = DEPRECATED_STREQN (physname, "__dt__", 6); in pascal_type_print_method_args() local
145 if (is_constructor || is_destructor) in pascal_type_print_method_args()
641 int is_destructor = DEPRECATED_STREQN (physname, "__dt__", 6); in pascal_type_print_base() local
685 else if (is_destructor) in pascal_type_print_base()
H A Dsymtab.c333 int is_destructor = is_destructor_name (physname); in gdb_mangle_name() local
351 if (!is_destructor) in gdb_mangle_name()
352 is_destructor = (strncmp (physname, "__dt", 4) == 0); in gdb_mangle_name()
354 if (is_destructor || is_full_physname_constructor) in gdb_mangle_name()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dstabs.c2821 bfd_boolean is_destructor; in parse_stab_argtypes() local
2837 is_destructor = ((argtypes[0] == '_' in parse_stab_argtypes()
2842 if (is_destructor || is_full_physname_constructor) in parse_stab_argtypes()
2910 if (*argtypes == '\0' || is_destructor) in parse_stab_argtypes()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c2823 bfd_boolean is_destructor; in parse_stab_argtypes() local
2840 is_destructor = ((argtypes[0] == '_' in parse_stab_argtypes()
2846 if (is_destructor || is_full_physname_constructor || is_v3) in parse_stab_argtypes()
2914 if (*argtypes == '\0' || is_destructor) in parse_stab_argtypes()
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog2766 is_constructor and is_destructor.