Searched defs:getEmptyKey (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeOrdering.h40 static inline clang::QualType getEmptyKey() { return clang::QualType(); } function in struct:llvm::DenseMapInfo
58 static inline clang::CanQualType getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h58 static clang::BaseSubobject getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasmTraits.h25 static wasm::WasmSignature getEmptyKey() { function in struct:llvm::DenseMapInfo
51 static wasm::WasmGlobalType getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSymbolTable.h64 static StringRef getEmptyKey() { return StringRef(); } function in struct:lld::SymbolTable::StringRefMappingInfo
77 static const DefinedAtom * getEmptyKey() { return nullptr; } function in struct:lld::SymbolTable::AtomMappingInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h49 static inline gsym::FileEntry getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPStringPool.h13 static inline const char *getEmptyKey() { function in struct:llvm::DWPStringPool::CStrDenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h47 static DivRemMapKey getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h65 static inline T* getEmptyKey() { function in struct:llvm::DenseMapInfo
87 static inline char getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
98 static inline unsigned char getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
109 static inline unsigned short getEmptyKey() { return 0xFFFF; } function in struct:llvm::DenseMapInfo
120 static inline unsigned getEmptyKey() { return ~0U; } function in struct:llvm::DenseMapInfo
131 static inline unsigned long getEmptyKey() { return ~0UL; } function in struct:llvm::DenseMapInfo
145 static inline unsigned long long getEmptyKey() { return ~0ULL; } function in struct:llvm::DenseMapInfo
160 static inline short getEmptyKey() { return 0x7FFF; } function in struct:llvm::DenseMapInfo
168 static inline int getEmptyKey() { retur function in struct:llvm::DenseMapInfo
179 static inline long getEmptyKey() { function in struct:llvm::DenseMapInfo
196 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; } function in struct:llvm::DenseMapInfo
216 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
241 static inline Tuple getEmptyKey() { function in struct:llvm::DenseMapInfo
289 static inline StringRef getEmptyKey() { function in struct:llvm::DenseMapInfo
317 static inline ArrayRef<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
344 static inline hash_code getEmptyKey() { return hash_code(-1); } function in struct:llvm::DenseMapInfo
[all...]
H A DCachedHashString.h50 static CachedHashStringRef getEmptyKey() { function in struct:llvm::DenseMapInfo
153 static CachedHashString getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DImmutableList.h225 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h50 static inline PoolEntry *getEmptyKey() { return nullptr; } function in class:llvm::PBQP::ValuePool::PoolEntryDSInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h104 static inline clang::tok::PPKeywordKind getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h99 static inline unsigned getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h468 static inline lldb_private::ConstString getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h52 static Attribute::AttrKind getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DMemoryLocation.h281 static inline LocationSize getEmptyKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
296 static inline MemoryLocation getEmptyKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h179 static codeview::LocallyHashedType getEmptyKey() { return Empty; } function in struct:llvm::DenseMapInfo
199 static codeview::GloballyHashedType getEmptyKey() { return Empty; } function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h182 static orc::SymbolStringPtr getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h172 static inline omp::TraitProperty getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h107 static inline BasicBlockEdge getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp68 static inline CVSymbol getEmptyKey() { function in struct:llvm::pdb::SymbolDenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h250 static inline ElementCount getEmptyKey() { return {~0U, true}; } function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h249 static inline cflaa::InstantiatedValue getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h437 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } function in struct:lldb_private::process_gdb_remote::ProcessGDBRemote::ModuleCacheInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h220 static clang::CodeGen::TBAAAccessInfo getEmptyKey() { function in struct:llvm::DenseMapInfo

Completed in 228 milliseconds

1234