CBMC
|
Mangle identifiers by hashing their working directory with djb2 hash. More...
#include <name_mangler.h>
Public Member Functions | |
djb_manglert () | |
irep_idt | operator() (const symbolt &, const std::string &) |
Mangle identifiers by hashing their working directory with djb2 hash.
Hashes emitted by objects of this class include the leading 8 digits of the djb2 hash of the file path.
Definition at line 165 of file name_mangler.h.
|
inline |
Definition at line 168 of file name_mangler.h.
Definition at line 34 of file name_mangler.cpp.