Home
last modified time | relevance | path

Searched refs:FoundBucket (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/ADT/
H A DDenseMap.h474 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
479 FoundBucket = nullptr; in LookupBucketFor()
497 FoundBucket = ThisBucket; in LookupBucketFor()
506 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
524 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
528 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h512 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
517 FoundBucket = nullptr; in LookupBucketFor()
535 FoundBucket = ThisBucket; in LookupBucketFor()
544 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
562 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
566 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DDenseMap.h469 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
474 FoundBucket = nullptr; in LookupBucketFor()
492 FoundBucket = ThisBucket; in LookupBucketFor()
501 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
519 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
523 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DDenseMap.h574 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
579 FoundBucket = nullptr; in LookupBucketFor()
597 FoundBucket = ThisBucket; in LookupBucketFor()
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
624 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
628 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DDenseMap.h310 bool LookupBucketFor(const KeyT &Val, BucketT *&FoundBucket) const { in LookupBucketFor() argument
327 FoundBucket = ThisBucket; in LookupBucketFor()
337 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp307 bool FoundBucket = false; in runOnLoop() local
312 FoundBucket = true; in runOnLoop()
317 if (!FoundBucket) { in runOnLoop()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp314 bool FoundBucket = false; in runOnLoop() local
319 FoundBucket = true; in runOnLoop()
324 if (!FoundBucket) { in runOnLoop()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp314 bool FoundBucket = false; in runOnLoop() local
319 FoundBucket = true; in runOnLoop()
324 if (!FoundBucket) { in runOnLoop()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DDenseMap.h579 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
584 FoundBucket = nullptr; in LookupBucketFor()
602 FoundBucket = ThisBucket; in LookupBucketFor()
611 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
629 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
633 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DDenseMap.h579 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
584 FoundBucket = nullptr; in LookupBucketFor()
602 FoundBucket = ThisBucket; in LookupBucketFor()
611 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
629 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
633 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMap.h579 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
584 FoundBucket = nullptr; in LookupBucketFor()
602 FoundBucket = ThisBucket; in LookupBucketFor()
611 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
629 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
633 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h579 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
584 FoundBucket = nullptr; in LookupBucketFor()
602 FoundBucket = ThisBucket; in LookupBucketFor()
611 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
629 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
633 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DDenseMap.h605 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
610 FoundBucket = nullptr; in LookupBucketFor()
628 FoundBucket = ThisBucket; in LookupBucketFor()
637 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
655 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
659 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DDenseMap.h604 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
609 FoundBucket = nullptr; in LookupBucketFor()
627 FoundBucket = ThisBucket; in LookupBucketFor()
636 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
654 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
658 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()

12