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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDenseMap.h67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
70 !KeyInfoT::isEqual(P->first, TombstoneKey))
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
120 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
244 !KeyInfoT::isEqual(P->first, TombstoneKey))
337 const KeyT TombstoneKey = getTombstoneKey(); local
339 !KeyInfoT::isEqual(Val, TombstoneKey) &&
362 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone)
409 const KeyT TombstoneKey local
451 const KeyT TombstoneKey = getTombstoneKey(); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DMergeFunctions.cpp99 static const ComparableFunction TombstoneKey; member in class:__anon20189::ComparableFunction
127 const ComparableFunction ComparableFunction::TombstoneKey = member in class:__anon20189::ComparableFunction
140 return ComparableFunction::TombstoneKey;
/external/llvm/include/llvm/ADT/
H A DDenseMap.h104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
108 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) {
290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
293 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey))
326 const KeyT TombstoneKey = getTombstoneKey(); local
329 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) {
526 const KeyT TombstoneKey = getTombstoneKey(); local
528 !KeyInfoT::isEqual(Val, TombstoneKey) &&
552 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
794 const KeyT TombstoneKey local
909 const KeyT TombstoneKey = this->getTombstoneKey(); local
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
109 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) {
305 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
308 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey))
341 const KeyT TombstoneKey = getTombstoneKey(); local
344 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) {
524 const KeyT TombstoneKey = getTombstoneKey(); local
526 !KeyInfoT::isEqual(Val, TombstoneKey) &&
550 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
794 const KeyT TombstoneKey local
909 const KeyT TombstoneKey = this->getTombstoneKey(); local
[all...]

Completed in 179 milliseconds