Searched refs:cp_comp_to_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | cp-support.c | 343 n = cp_comp_to_string (&new, 100); in replace_typedefs_qualified_name() 368 name = cp_comp_to_string (d_left (comp), 100); in replace_typedefs_qualified_name() 441 char *local_name = cp_comp_to_string (ret_comp, 10); in replace_typedefs() 541 ret = cp_comp_to_string (info->tree, estimated_len); in cp_canonicalize_string_full() 587 ret = cp_comp_to_string (info->tree, estimated_len); in cp_canonicalize_string() 738 ret = cp_comp_to_string (ret_comp, 10); in cp_class_name_from_physname() 826 ret = cp_comp_to_string (ret_comp, 10); in method_name_from_physname() 855 ret = cp_comp_to_string (ret_comp, 10); in cp_func_name() 901 ret = cp_comp_to_string (d_left (ret_comp), 10); in cp_remove_params()
|
H A D | cp-support.h | 228 extern char *cp_comp_to_string (struct demangle_component *result,
|
H A D | cp-name-parser.y | 2000 cp_comp_to_string (struct demangle_component *result, int estimated_len) in cp_comp_to_string() function
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-type.c | 798 type_name = cp_comp_to_string (demangled, 10); in typy_lookup_type()
|