OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_stub
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h
1196
bool
is_stub
() const
function in struct:type
1201
void set_is_stub (bool
is_stub
)
1203
this->main_type->m_flag_stub =
is_stub
;
1606
/* * If
is_stub
is clear, this is the mangled name which we can look
1610
If
is_stub
is set, this is the portion of the mangled name which
1613
for the conversion from this format to the one used if
is_stub
is
1640
unsigned int
is_stub
:1;
member in struct:fn_field
2007
#define TYPE_FN_FIELD_STUB(thisfn, n) ((thisfn)[n].
is_stub
)
2055
&& ((thistype)->
is_stub
() || !(thistype)->stub_is_supported ()))
/src/external/gpl3/gdb/dist/gdb/
gdbtypes.h
1213
bool
is_stub
() const
function in struct:type
1218
void set_is_stub (bool
is_stub
)
1220
this->main_type->m_flag_stub =
is_stub
;
1623
/* * If
is_stub
is clear, this is the mangled name which we can look
1627
If
is_stub
is set, this is the portion of the mangled name which
1630
for the conversion from this format to the one used if
is_stub
is
1657
unsigned int
is_stub
:1;
member in struct:fn_field
2024
#define TYPE_FN_FIELD_STUB(thisfn, n) ((thisfn)[n].
is_stub
)
2072
&& ((thistype)->
is_stub
() || !(thistype)->stub_is_supported ()))
Completed in 23 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026