GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
type_equality_entry Struct Reference

Public Member Functions

 type_equality_entry (struct type *t1, struct type *t2)
 

Public Attributes

struct typetype1
 
struct typetype2
 

Detailed Description

Definition at line 4181 of file gdbtypes.c.

Constructor & Destructor Documentation

◆ type_equality_entry()

type_equality_entry::type_equality_entry ( struct type * t1,
struct type * t2 )
inline

Definition at line 4183 of file gdbtypes.c.

Member Data Documentation

◆ type1

struct type* type_equality_entry::type1

Definition at line 4189 of file gdbtypes.c.

Referenced by types_deeply_equal().

◆ type2

struct type * type_equality_entry::type2

Definition at line 4189 of file gdbtypes.c.

Referenced by types_deeply_equal().


The documentation for this struct was generated from the following file: