Lines Matching refs:physname
2070 update_method_name_from_physname (char **old_name, char *physname) in update_method_name_from_physname() argument
2074 method_name = method_name_from_physname (physname); in update_method_name_from_physname()
2079 "Method has bad physname %s\n", physname); in update_method_name_from_physname()
2234 new_sublist->fn_field.physname = savestring (*pp, p - *pp); in read_member_functions()
2347 if (!(strncmp (new_sublist->fn_field.physname, in read_member_functions()
2349 && new_sublist->fn_field.physname[slen] == '_' in read_member_functions()
2350 && new_sublist->fn_field.physname[slen + 1] == '_')) in read_member_functions()
2456 if (tmp_sublist->fn_field.physname[0] == '_' in read_member_functions()
2457 && tmp_sublist->fn_field.physname[1] == 'Z') in read_member_functions()
2460 if (is_destructor_name (tmp_sublist->fn_field.physname)) in read_member_functions()
2493 if (!is_destructor_name (tmp_sublist->fn_field.physname)) in read_member_functions()
2526 sublist->fn_field.physname); in read_member_functions()