GCC Middle and Back End API Reference
name_map Class Reference

Public Member Functions

 name_map ()
 
 name_map (char *_name, unsigned _src)
 
bool operator== (const name_map &rhs) const
 
bool operator< (const name_map &rhs) const
 

Data Fields

const charname
 
unsigned src
 

Constructor & Destructor Documentation

◆ name_map() [1/2]

name_map::name_map ( )
inline

◆ name_map() [2/2]

name_map::name_map ( char * _name,
unsigned _src )
inline

Member Function Documentation

◆ operator<()

bool name_map::operator< ( const name_map & rhs) const
inline

References ggc_alloc(), and name.

◆ operator==()

bool name_map::operator== ( const name_map & rhs) const
inline

References ggc_alloc(), and name.

Field Documentation

◆ name

const char* name_map::name

Referenced by operator<(), and operator==().

◆ src

unsigned name_map::src

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