Searched refs:ThisBucket (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DDenseMap.h537 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
539 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
540 FoundBucket = ThisBucket;
546 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
549 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
555 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
557 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DDenseMap.h553 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
555 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
556 FoundBucket = ThisBucket;
562 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
571 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DDenseMap.h553 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
555 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
556 FoundBucket = ThisBucket;
562 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
571 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DDenseMap.h537 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
539 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
540 FoundBucket = ThisBucket;
546 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
549 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
555 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
557 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DDenseMap.h553 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
555 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
556 FoundBucket = ThisBucket;
562 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
571 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DDenseMap.h553 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
555 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
556 FoundBucket = ThisBucket;
562 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
565 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
571 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
573 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DDenseMap.h594 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
596 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
597 FoundBucket = ThisBucket;
603 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
614 FoundTombstone = ThisBucket; // Remember the first tombstone found.

Completed in 197 milliseconds