Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDp-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()
HDsymtab.c330 int is_destructor = is_destructor_name (physname); in gdb_mangle_name() local
348 if (!is_destructor) in gdb_mangle_name()
349 is_destructor = (strncmp (physname, "__dt", 4) == 0); in gdb_mangle_name()
351 if (is_destructor || is_full_physname_constructor) in gdb_mangle_name()
/freebsd-11-stable/contrib/binutils/binutils/
HDstabs.c2821 bfd_boolean is_destructor; in parse_stab_argtypes() local
2838 is_destructor = ((argtypes[0] == '_' in parse_stab_argtypes()
2844 if (is_destructor || is_full_physname_constructor || is_v3) in parse_stab_argtypes()
2912 if (*argtypes == '\0' || is_destructor) in parse_stab_argtypes()
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDChangeLog2862 is_constructor and is_destructor.
/freebsd-11-stable/contrib/binutils/libiberty/
HDChangeLog3060 is_constructor and is_destructor.