Searched refs:Tombstone (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DSmallPtrSet.cpp110 const void *const *Tombstone = 0;
120 return Tombstone ? Tombstone : Array+Bucket;
124 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
125 Tombstone = Array+Bucket; // Remember the first tombstone found.
/external/llvm/include/llvm/ADT/
H A DDenseMap.h363 "Empty/Tombstone value shouldn't be inserted into map!");
559 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); local
563 KeyInfoT::isEqual(Ptr->first, Tombstone)))
/external/llvm/lib/TableGen/
H A DRecord.cpp65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>");
66 return Tombstone;

Completed in 888 milliseconds