HomeSort by: relevance | last modified time | path
    Searched defs:dtor_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 1389 const char *dtor_name = nullptr; local
1400 dtor_name = TYPE_FN_FIELD_PHYSNAME (fn, 0);
1403 if (dtor_name == nullptr)
1409 = find_function_in_inferior (dtor_name, 0);
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 1389 const char *dtor_name = nullptr; local
1400 dtor_name = TYPE_FN_FIELD_PHYSNAME (fn, 0);
1403 if (dtor_name == nullptr)
1409 = find_function_in_inferior (dtor_name, 0);

Completed in 26 milliseconds