HomeSort by relevance Sort by last modified time
    Searched refs:FoundTombstone (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h 334 // FoundTombstone - Keep track of whether we find a tombstone while probing.
335 BucketT *FoundTombstone = 0;
355 if (FoundTombstone) ThisBucket = FoundTombstone;
356 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
362 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone)
363 FoundTombstone = ThisBucket; // Remember the first tombstone found.
  /external/llvm/include/llvm/ADT/
DenseMap.h 523 // FoundTombstone - Keep track of whether we find a tombstone while probing.
524 const BucketT *FoundTombstone = nullptr;
546 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
553 !FoundTombstone)
554 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 521 // FoundTombstone - Keep track of whether we find a tombstone while probing.
522 const BucketT *FoundTombstone = nullptr;
544 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
551 !FoundTombstone)
552 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 526 // FoundTombstone - Keep track of whether we find a tombstone while probing.
527 const BucketT *FoundTombstone = nullptr;
549 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
556 !FoundTombstone)
557 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
DenseMap.h 542 // FoundTombstone - Keep track of whether we find a tombstone while probing.
543 const BucketT *FoundTombstone = nullptr;
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
572 !FoundTombstone)
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
DenseMap.h 542 // FoundTombstone - Keep track of whether we find a tombstone while probing.
543 const BucketT *FoundTombstone = nullptr;
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
572 !FoundTombstone)
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 526 // FoundTombstone - Keep track of whether we find a tombstone while probing.
527 const BucketT *FoundTombstone = nullptr;
549 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
556 !FoundTombstone)
557 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
DenseMap.h 542 // FoundTombstone - Keep track of whether we find a tombstone while probing.
543 const BucketT *FoundTombstone = nullptr;
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
572 !FoundTombstone)
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
DenseMap.h 542 // FoundTombstone - Keep track of whether we find a tombstone while probing.
543 const BucketT *FoundTombstone = nullptr;
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
572 !FoundTombstone)
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
DenseMap.h 583 // FoundTombstone - Keep track of whether we find a tombstone while probing.
584 const BucketT *FoundTombstone = nullptr;
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
613 !FoundTombstone)
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]

Completed in 830 milliseconds