Searched refs:is_destructor (Results 1 – 6 of 6) sorted by relevance
129 int is_destructor = (startswith (physname, "__dt__")); in type_print_method_args() local131 if (is_constructor || is_destructor) in type_print_method_args()561 int is_destructor = (startswith (physname, "__dt__")); in type_print_base() local607 else if (is_destructor) in type_print_base()
750 int is_destructor = is_destructor_name (physname); in gdb_mangle_name() local768 if (!is_destructor) in gdb_mangle_name()769 is_destructor = (startswith (physname, "__dt")); in gdb_mangle_name()771 if (is_destructor || is_full_physname_constructor) in gdb_mangle_name()
3008 bool is_destructor; in parse_stab_argtypes() local3025 is_destructor = ((argtypes[0] == '_' in parse_stab_argtypes()3031 if (!(is_destructor || is_full_physname_constructor || is_v3)) in parse_stab_argtypes()3085 if (*argtypes == '\0' || is_destructor) in parse_stab_argtypes()
7002 is_constructor and is_destructor.
6511 is_constructor and is_destructor.