/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SmallPtrSet.cpp | 108 const void *const *Tombstone = 0; in FindBucketFor() local 118 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 122 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 123 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 71 const void *const *Tombstone = nullptr; in FindBucketFor() local 77 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 85 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 86 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-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 151 static codeview::LocallyHashedType Tombstone; 155 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; } 171 static codeview::GloballyHashedType Tombstone; 175 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 19 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}}; 27 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1199 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1202 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets() 1209 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local 1212 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone))) in RetreatPastEmptyBuckets()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 535 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 539 KeyInfoT::isEqual(Ptr->first, 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-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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 63 enum { Plain, Empty, Tombstone } State; enumerator 88 FuncTy.State = WasmFunctionType::Tombstone; in getTombstoneKey()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 60 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>"); in getTombstoneKey() local 61 return 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/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 25465 ,"US","TBS","Tombstone","Tombstone","AZ","-23-----","RL","0901",,"3143N 11004W",
|