OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026