OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:types_equal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbtypes.c
4187
types_equal
(struct type *a, struct type *b)
4216
return
types_equal
(a->target_type (),
4237
if (!
types_equal
(a->target_type (), b->target_type ()))
4241
if (!
types_equal
(a->field (i).type (), b->field (i).type ()))
4251
if (!
types_equal
(a->target_type (), b->target_type ()))
4495
if (
types_equal
(t1, t2))
4898
if (
types_equal
(parm, arg))
4184
types_equal
(struct type *a, struct type *b)
function
/src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c
4152
types_equal
(struct type *a, struct type *b)
4181
return
types_equal
(a->target_type (),
4202
if (!
types_equal
(a->target_type (), b->target_type ()))
4206
if (!
types_equal
(a->field (i).type (), b->field (i).type ()))
4216
if (!
types_equal
(a->target_type (), b->target_type ()))
4460
if (
types_equal
(t1, t2))
4863
if (
types_equal
(parm, arg))
4149
types_equal
(struct type *a, struct type *b)
function
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026