GCC Middle and Back End API Reference
|
#include <analyzer.h>
Public Types | |
typedef Type | value_type |
typedef Type | compare_type |
Static Public Member Functions | |
static hashval_t | hash (value_type v) |
static bool | equal (const value_type &existing, const value_type &candidate) |
static void | mark_deleted (Type &t) |
static void | mark_empty (Type &t) |
static bool | is_deleted (Type t) |
static bool | is_empty (Type t) |
static void | remove (Type &) |
A hash traits class that uses member functions to implement the various required ops.
Type member_function_hash_traits< Type >::compare_type |
Type member_function_hash_traits< Type >::value_type |
|
inlinestatic |
References candidate().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticinherited |
Remove doing nothing.