HomeSort by relevance Sort by last modified time
    Searched defs:Tombstone (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h 301 // If we are writing over a tombstone, remember this.
322 /// true, otherwise it returns a bucket with an empty marker or tombstone and
334 // FoundTombstone - Keep track of whether we find a tombstone while probing.
340 "Empty/Tombstone value shouldn't be inserted into map!");
353 // If we've already seen a tombstone while probing, fill it in instead
360 // If this is a tombstone, remember it. If Val ends up not in the map, we
363 FoundTombstone = ThisBucket; // Remember the first tombstone found.
365 // Otherwise, it's a hash collision or a tombstone, continue quadratic
535 const KeyT Tombstone = KeyInfoT::getTombstoneKey();
539 KeyInfoT::isEqual(Ptr->first, Tombstone)))
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 500 // If we are writing over a tombstone, remember this.
510 /// true, otherwise it returns a bucket with an empty marker or tombstone and
523 // FoundTombstone - Keep track of whether we find a tombstone while probing.
529 "Empty/Tombstone value shouldn't be inserted into map!");
544 // If we've already seen a tombstone while probing, fill it in instead
550 // If this is a tombstone, remember it. If Val ends up not in the map, we
554 FoundTombstone = ThisBucket; // Remember the first tombstone found.
556 // Otherwise, it's a hash collision or a tombstone, continue quadratic
    [all...]

Completed in 204 milliseconds