HomeSort by: relevance | last modified time | path
    Searched defs:class_types_same_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 3828 class_types_same_p (const struct type *a, const struct type *b)
3865 if (class_types_same_p (base, dclass))
3925 if (class_types_same_p (base, iter))
3826 class_types_same_p (const struct type *a, const struct type *b) function
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 3793 class_types_same_p (const struct type *a, const struct type *b)
3830 if (class_types_same_p (base, dclass))
3890 if (class_types_same_p (base, iter))
3791 class_types_same_p (const struct type *a, const struct type *b) function

Completed in 31 milliseconds