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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcall.c1116 const char *dtor_name = nullptr; local
1127 dtor_name = TYPE_FN_FIELD_PHYSNAME (fn, 0);
1130 if (dtor_name == nullptr)
1136 = find_function_in_inferior (dtor_name, 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcall.c1171 const char *dtor_name = nullptr; local
1182 dtor_name = TYPE_FN_FIELD_PHYSNAME (fn, 0);
1185 if (dtor_name == nullptr)
1191 = find_function_in_inferior (dtor_name, 0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c2763 lookup_destructor (tree object, tree scope, tree dtor_name,
2767 tree dtor_type = TREE_OPERAND (dtor_name, 0);
2811 cxx_incomplete_type_error (dtor_name, dtor_type);
2758 lookup_destructor(tree object, tree scope, tree dtor_name, tsubst_flags_t complain) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc2931 lookup_destructor (tree object, tree scope, tree dtor_name,
2935 tree dtor_type = TREE_OPERAND (dtor_name, 0);
2979 cxx_incomplete_type_error (dtor_name, dtor_type);
2926 lookup_destructor(tree object, tree scope, tree dtor_name, tsubst_flags_t complain) argument

Completed in 126 milliseconds