GCC Middle and Back End API Reference
gimplify_hasher Struct Reference

#include <gimple.h>

Inheritance diagram for gimplify_hasher:
Collaboration diagram for gimplify_hasher:

Public Types

typedef elt_t value_type
typedef elt_t compare_type

Static Public Member Functions

static hashval_t hash (const value_type *)
static bool equal (const value_type *, const compare_type *)
static void remove (elt_t *p)

Detailed Description

   Gimplify hashtable helper.  

Member Typedef Documentation


Member Function Documentation

bool gimplify_hasher::equal ( const value_type p1,
const compare_type p2 
)
inlinestatic
     Only allow them to compare equal if they also hash equal; otherwise
     results are nondeterminate, and we fail bootstrap comparison.  
hashval_t gimplify_hasher::hash ( const value_type p)
inlinestatic
static void typed_free_remove< elt_t >::remove ( elt_t p)
inlinestaticinherited
   Remove with free.  

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