GCC Middle and Back End API Reference
int_tree_hasher Struct Reference

#include <tree-hasher.h>

Inheritance diagram for int_tree_hasher:
Collaboration diagram for int_tree_hasher:

Public Types

typedef int_tree_map value_type
typedef int_tree_map 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 (int_tree_map *p)

Detailed Description

Hashtable helpers.   

Member Typedef Documentation


Member Function Documentation

bool int_tree_hasher::equal ( const value_type a,
const compare_type b 
)
inlinestatic
Return true if the uid in both int tree maps are equal.   

References int_tree_map::uid.

hashval_t int_tree_hasher::hash ( const value_type item)
inlinestatic
Hash a UID in a int_tree_map.   

References int_tree_map::uid.

static void typed_free_remove< int_tree_map >::remove ( int_tree_map p)
inlinestaticinherited
Remove with free.   

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