Searched defs:hash_code (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DHashing.h17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
74 /// In order to obtain the hash_code for an object 'x':
77 /// llvm::hash_code code = hash_value(x);
83 class hash_code { class in namespace:llvm
87 /// \brief Default construct a hash_code.
89 hash_code() {} function in class:llvm::hash_code
92 hash_code(size_ function in class:llvm::hash_code
[all...]

Completed in 240 milliseconds