Searched refs:has_destructor (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.c2441 int has_destructor = 0, has_other = 0;
2511 has_destructor++;
2518 if (has_destructor && has_other)
2535 sizeof (struct fn_field) * has_destructor);
2537 sizeof (struct fn_field) * has_destructor);
2559 destr_fnlist->fn_fieldlist.length = has_destructor;
2563 total_length += has_destructor;
2564 length -= has_destructor;
2578 else if (has_destructor && new_fnlist->fn_fieldlist.name[0] != '~')
2435 int has_destructor = 0, has_other = 0; local

Completed in 57 milliseconds