Home
last modified time | relevance | path

Searched refs:dtor_name (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfcall.c1389 const char *dtor_name = nullptr; in call_function_by_hand_dummy() local
1400 dtor_name = TYPE_FN_FIELD_PHYSNAME (fn, 0); in call_function_by_hand_dummy()
1403 if (dtor_name == nullptr) in call_function_by_hand_dummy()
1409 = find_function_in_inferior (dtor_name, 0); in call_function_by_hand_dummy()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc2926 lookup_destructor (tree object, tree scope, tree dtor_name, in lookup_destructor() argument
2930 tree dtor_type = TREE_OPERAND (dtor_name, 0); in lookup_destructor()
2974 cxx_incomplete_type_error (dtor_name, dtor_type); in lookup_destructor()