OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checked_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-type.c
289
struct type *
checked_type
= type;
293
checked_type
= check_typedef (
checked_type
);
301
if (
checked_type
!= type)
303
type_holder.reset (type_to_type_object (
checked_type
));
287
struct type *
checked_type
= type;
local
/src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c
289
struct type *
checked_type
= type;
293
checked_type
= check_typedef (
checked_type
);
301
if (
checked_type
!= type)
303
type_holder.reset (type_to_type_object (
checked_type
));
287
struct type *
checked_type
= type;
local
/src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c
1287
struct type *
checked_type
= check_typedef (value->type ());
local
1290
if (!TYPE_IS_REFERENCE (
checked_type
))
1341
struct type *
checked_type
= check_typedef (type);
local
1342
struct type *target_type =
checked_type
->target_type ();
1363
if (!TYPE_IS_REFERENCE (
checked_type
)
1364
||
checked_type
->target_type () == NULL)
1379
checked_type
->length ());
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c
1292
struct type *
checked_type
= check_typedef (value->type ());
local
1295
if (!TYPE_IS_REFERENCE (
checked_type
))
1346
struct type *
checked_type
= check_typedef (type);
local
1347
struct type *target_type =
checked_type
->target_type ();
1368
if (!TYPE_IS_REFERENCE (
checked_type
)
1369
||
checked_type
->target_type () == NULL)
1384
checked_type
->length ());
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026