Searched refs:hash_value_type (Results 1 – 12 of 12) sorted by relevance
79 using hash_value_type = unsigned; variable119 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()149 static hash_value_type ComputeHash(const internal_key_type &Key);201 using hash_value_type = unsigned; variable215 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()256 using hash_value_type = unsigned; variable263 static hash_value_type ComputeHash(const internal_key_type& a);335 using hash_value_type = unsigned; variable346 static hash_value_type ComputeHash(Selector Sel);388 using hash_value_type = unsigned; variable[all …]
77 typedef unsigned hash_value_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait84 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()717 typedef unsigned hash_value_type; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait720 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
52 using hash_value_type = unsigned; variable
2084 using hash_value_type = unsigned; typedef in __anon397e50ec0911::HeaderFileInfoTrait2087 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()3543 using hash_value_type = unsigned; typedef in __anon397e50ec0f11::ASTMethodPoolTrait3548 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash()3870 using hash_value_type = unsigned; typedef in __anon397e50ec1011::ASTIdentifierTableTrait3882 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash()4086 using hash_value_type = unsigned; typedef in __anon397e50ec1111::ASTDeclContextNameLookupTraitBase4203 hash_value_type ComputeHash(key_type Key) { in ComputeHash()4242 hash_value_type ComputeHash(key_type Name) { return Name.getHash(); } in ComputeHash()4442 using hash_value_type = unsigned; typedef in __anon397e50ec1311::LazySpecializationInfoLookupTrait[all …]
1311 ModuleLocalNameLookupTrait::hash_value_type
65 const typename Info::hash_value_type Hash;186 LE.write<typename Info::hash_value_type>(I->Hash); in Emit()285 typedef typename Info::hash_value_type hash_value_type; typedef346 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);351 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,375 hash_value_type ItemHash =376 endian::readNext<hash_value_type, llvm::endianness::little>(Items);442 typedef typename base_type::hash_value_type hash_value_type; typedef476 Ptr += sizeof(hash_value_type); // Skip the hash. in advance()490 return Ptr + (NumItemsInBucketLeft ? 0 : 2) + sizeof(hash_value_type); in getItem()
564 using hash_value_type = uint64_t;575 hash_value_type ComputeHash(uint64_t K) { return K; }617 using hash_value_type = uint64_t;638 static hash_value_type ComputeHash(key_type_ref K) { return K; }679 using hash_value_type = FrameId;682 static hash_value_type ComputeHash(key_type_ref K) { return K; }713 using hash_value_type = FrameId;722 hash_value_type ComputeHash(internal_key_type K) { return K; }755 using hash_value_type = CallStackId;758 static hash_value_type ComputeHash(key_type_ref K) { return K; }[all …]
532 using hash_value_type = uint64_t; variable539 LLVM_ABI hash_value_type ComputeHash(StringRef K);
296 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo299 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in ComputeHash()354 using hash_value_type = size_t; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo357 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()480 using hash_value_type = size_t; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo573 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()690 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()760 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()801 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()894 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()[all …]
57 using hash_value_type = size_t; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo145 using hash_value_type = uint32_t; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo152 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()185 using hash_value_type = size_t; typedef in clang::api_notes::__anonc79998a20111::ContextIDTableInfo192 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()231 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()286 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()311 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()397 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash()428 using hash_value_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo[all …]
49 using hash_value_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait58 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
915 InstrProfLookupTrait::hash_value_type