Home
last modified time | relevance | path

Searched refs:types_equal (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtypeprint.c107 return types_equal (tfa->type, tfb->type); in eq_typedef_field()
H A Dgdbtypes.c2418 types_equal (struct type *a, struct type *b) in types_equal() function
2443 return types_equal (TYPE_TARGET_TYPE (a), in types_equal()
2478 if (types_equal (parm, arg)) in rank_one_type()
2525 if (types_equal (TYPE_TARGET_TYPE (parm), in rank_one_type()
H A Dgdbtypes.h1661 extern int types_equal (struct type *, struct type *);