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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcp-abi.h78 extern enum dtor_kinds is_destructor_name (const char *name);
156 enum dtor_kinds (*is_destructor_name) (const char *name); member in struct:cp_abi_ops
H A Dcp-abi.c48 is_destructor_name (const char *name) function
50 if ((current_cp_abi.is_destructor_name) == NULL)
51 error ("ABI doesn't define required function is_destructor_name");
52 return (*current_cp_abi.is_destructor_name) (name);
H A Dhpacc-abi.c299 hpacc_abi_ops.is_destructor_name = hpacc_is_destructor_name;
H A Dgnu-v2-abi.c397 gnu_v2_abi_ops.is_destructor_name = gnuv2_is_destructor_name;
H A Dgnu-v3-abi.c430 gnu_v3_abi_ops.is_destructor_name = is_gnu_v3_mangled_dtor;
H A Djv-typeprint.c230 || is_destructor_name (physname));
H A Dc-typeprint.c955 || is_destructor_name (physname)
H A Dlinespec.c303 if (is_destructor_name (phys_name) != 0)
H A Dstabsread.c2510 if (is_destructor_name (tmp_sublist->fn_field.physname))
2543 if (!is_destructor_name (tmp_sublist->fn_field.physname))
H A Dgdbtypes.c1339 if (is_destructor_name (TYPE_FN_FIELD_PHYSNAME (f, j)) != 0)
H A Dsymtab.c331 int is_destructor = is_destructor_name (physname);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcxx-pretty-print.c101 is_destructor_name (tree name)
171 if (is_destructor_name (t))
100 is_destructor_name (tree name) function

Completed in 140 milliseconds