/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 70 const void *const *Tombstone = nullptr; in FindBucketFor() local 76 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 84 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 85 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 93 const void *const *Tombstone = nullptr; in FindBucketFor() local 99 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 107 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 108 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 94 const void *const *Tombstone = nullptr; in FindBucketFor() local 100 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 108 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 109 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 177 static codeview::LocallyHashedType Tombstone; 181 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; } 197 static codeview::GloballyHashedType Tombstone; 201 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}}; 26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WasmTraits.h | 32 Sig.State = wasm::WasmSignature::Tombstone;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 39 static CVSymbol Tombstone( in getTombstoneKey() local 41 return Tombstone; in getTombstoneKey()
|
/external/pigweed/pw_kvs/ |
D | entry_test.cc | 60 Entry entry = Entry::Tombstone(partition, 0, kFormat, "k", 0); in TEST() 82 auto entry = Entry::Tombstone(partition, 1, kFormat, "key", 123); in TEST() 280 Entry::Tombstone(partition, 16, kFormatWithChecksum, "K", 0x03020100); in TEST()
|
D | key_value_store.cc | 1310 return Entry::Tombstone( in CreateEntry()
|
/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
D | entry.h | 76 static Entry Tombstone(FlashPartition& partition, in Tombstone() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1249 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1252 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets() 1259 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local 1262 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone))) in RetreatPastEmptyBuckets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 1107 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1110 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1104 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1107 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 63 enum { Plain, Empty, Tombstone } State = Plain; enumerator 86 Sig.State = WasmSignature::Tombstone; in getTombstoneKey()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>"); in getTombstoneKey() local 66 return Tombstone; in getTombstoneKey()
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 25465 ,"US","TBS","Tombstone","Tombstone","AZ","-23-----","RL","0901",,"3143N 11004W",
|