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

/macosx-10.10/llvmCore-3425.0.34/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);
79 class hash_code { class in namespace:llvm
83 /// \brief Default construct a hash_code.
85 hash_code() {} function in class:llvm::hash_code
88 hash_code(size_ function in class:llvm::hash_code
[all...]
H A DStringRef.h26 class hash_code;
545 /// \brief Compute a hash_code for a StringRef.
546 hash_code hash_value(StringRef S);
H A DAPFloat.h342 friend hash_code hash_value(const APFloat &Arg);
H A DAPInt.h31 class hash_code;
520 /// \brief Overload to compute a hash_code for an APInt value.
521 friend hash_code hash_value(const APInt &Arg);
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DHashingTest.cpp25 void PrintTo(const hash_code &code, std::ostream *os) {
37 friend hash_code hash_value(const NonPOD &obj) {
129 hash_code hash_value(HashableDummy dummy) { return dummy.value; }
134 hash_code dummy_hash = hash_combine_range(&dummy, &dummy);
135 EXPECT_NE(hash_code(0), dummy_hash);
138 hash_code arr1_hash = hash_combine_range(begin(arr1), end(arr1));
152 hash_code arr2_hash = hash_combine_range(begin(arr2), end(arr2));
157 hash_code arr3_hash = hash_combine_range(begin(arr3), end(arr3));
162 hash_code arr4_hash = hash_combine_range(begin(arr4), end(arr4));
168 hash_code arr5_has
[all...]
H A DStringRefTest.cpp327 hash_code H = hash_value(S);
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContextImpl.h56 friend hash_code hash_value(const KeyTy &Key) {
81 friend hash_code hash_value(const KeyTy &Key) {
/macosx-10.10/libxslt-13/libxslt/python/
H A Dlibxslt.c100 long hash_code; local
108 hash_code = (long) tctxt;
110 ret = PyInt_FromLong(hash_code);
137 long hash_code; local
145 hash_code = (long) style;
147 ret = PyInt_FromLong(hash_code);
/macosx-10.10/emacs-93/emacs/src/
H A Dcomposite.c180 unsigned hash_code;
240 hash_index = hash_lookup (hash_table, key, &hash_code);
301 hash_index = hash_put (hash_table, key, id, hash_code);
179 unsigned hash_code; local
H A Dmac.c1204 unsigned hash_code;
1206 hash_lookup (h, lisp_key, &hash_code);
1209 hash_code);
1612 unsigned hash_code;
1622 i = hash_lookup (h, key, &hash_code);
1627 hash_put (h, key, node_id, hash_code);
1727 unsigned hash_code;
1745 i = hash_lookup (h, key, &hash_code);
1768 hash_put (h, key, tmp, hash_code);
1202 unsigned hash_code; local
1609 unsigned hash_code; local
1724 unsigned hash_code; local
H A Dfns.c4744 unsigned hash_code = XUINT (HASH_HASH (h, i));
4745 int start_of_bucket = hash_code % ASIZE (h->index);
4763 unsigned hash_code;
4767 hash_code = h->hashfn (h, key);
4769 *hash = hash_code;
4771 start_of_bucket = hash_code % ASIZE (h->index);
4780 && h->cmpfn (h, key, hash_code,
4832 unsigned hash_code;
4836 hash_code = h->hashfn (h, key);
4837 start_of_bucket = hash_code
4716 unsigned hash_code = XUINT (HASH_HASH (h, i)); local
4735 unsigned hash_code; local
4804 unsigned hash_code; local
[all...]
H A Dmacterm.c7456 unsigned hash_code;
7462 &hash_code);
7580 unsigned hash_code;
7610 j = hash_lookup (h, family, &hash_code);
7615 Qnil), hash_code);
7427 unsigned hash_code; local
7551 unsigned hash_code; local
H A Dimage.c4272 unsigned hash_code;
4275 hash_lookup (table, chars, &hash_code);
4276 hash_put (table, chars, color, hash_code);
4262 unsigned hash_code; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineOperand.h32 class hash_code;
521 friend hash_code hash_value(const MachineOperand &MO);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DStringRef.cpp466 hash_code llvm::hash_value(StringRef S) {
H A DAPFloat.cpp2731 hash_code llvm::hash_value(const APFloat &Arg) {
H A DAPInt.cpp663 hash_code llvm::hash_value(const APInt &Arg) {
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dspecification.rb1725 @@attributes.inject(0) { |hash_code, (name, _)|
1726 hash_code ^ self.send(name).hash
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineInstr.cpp214 hash_code llvm::hash_value(const MachineOperand &MO) {
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp50 friend hash_code hash_value(const TableGenStringKey &Value) {
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp95 friend hash_code hash_value(const Expression &Value) {

Completed in 491 milliseconds