Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h54 P->getFirst() = EmptyKey; in clear()
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
63 P->getFirst() = EmptyKey; in clear()
237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()
260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
272 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
274 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
292 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
445 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
469 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h57 auto EmptyKey = DenseMapInfo<std::pair<uint64_t, uint64_t>>::getEmptyKey();
58 return {EmptyKey.first, EmptyKey.second};
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h127 P->getFirst() = EmptyKey; in clear()
131 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
136 P->getFirst() = EmptyKey; in clear()
381 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
383 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
401 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
598 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
622 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
624 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
945 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
[all …]
/llvm-project-15.0.7/polly/include/polly/Support/
H A DVirtualInstruction.h333 polly::VirtualInstruction EmptyKey;
334 EmptyKey.Stmt = DenseMapInfo<polly::ScopStmt *>::getEmptyKey();
335 EmptyKey.Inst = DenseMapInfo<Instruction *>::getEmptyKey();
336 return EmptyKey;
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolID.h81 static clang::clangd::SymbolID EmptyKey("EMPTYKEY");
82 return EmptyKey;
/llvm-project-15.0.7/llvm/unittests/Support/
H A DReverseIterationTest.cpp65 static PtrLikeInt EmptyKey; in getEmptyKey() local
66 return &EmptyKey; in getEmptyKey()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h53 return Attribute::EmptyKey;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h90 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h772 static const IRPosition EmptyKey;
920 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp995 case Attribute::EmptyKey: in constructFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp837 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp738 case Attribute::EmptyKey: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp787 case Attribute::EmptyKey: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1661 case Attribute::EmptyKey: in getRawAttributeMask()