libabigail
|
Hash functor for instances of pointer_type_def. More...
#include <abg-hash.h>
Public Member Functions | |
hash_t | operator() (const pointer_type_def &t) const |
Hashing function for a pointer_type_def IR node. | |
hash_t | operator() (const pointer_type_def *t) const |
Hashing function for a pointer_type_def IR node. | |
Hash functor for instances of pointer_type_def.
Definition at line 143 of file abg-hash.h.
hash_t operator() | ( | const pointer_type_def & | t | ) | const |
Hashing function for a pointer_type_def IR node.
t | the pointer_type_def IR node to hash. |
Definition at line 580 of file abg-hash.cc.
hash_t operator() | ( | const pointer_type_def * | t | ) | const |
Hashing function for a pointer_type_def IR node.
t | the pointer_type_def IR node to hash. |
Definition at line 609 of file abg-hash.cc.