HomeSort by: relevance | last modified time | path
    Searched defs:getEmptyKey (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeOrdering.h 40 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
58 static inline clang::CanQualType getEmptyKey() {
BaseSubobject.h 58 static clang::BaseSubobject getEmptyKey() {
60 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
61 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
GlobalDecl.h 204 static inline clang::GlobalDecl getEmptyKey() {
CharUnits.h 220 static clang::CharUnits getEmptyKey() {
222 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
WasmTraits.h 25 static wasm::WasmSignature getEmptyKey() {
51 static wasm::WasmGlobalType getEmptyKey() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMapInfo.h 48 //static inline T getEmptyKey();
67 static inline T* getEmptyKey() {
89 static inline char getEmptyKey() { return ~0; }
100 static inline unsigned char getEmptyKey() { return ~0; }
111 static inline unsigned short getEmptyKey() { return 0xFFFF; }
122 static inline unsigned getEmptyKey() { return ~0U; }
133 static inline unsigned long getEmptyKey() { return ~0UL; }
147 static inline unsigned long long getEmptyKey() { return ~0ULL; }
162 static inline short getEmptyKey() { return 0x7FFF; }
170 static inline int getEmptyKey() { return 0x7fffffff;
    [all...]
CachedHashString.h 50 static CachedHashStringRef getEmptyKey() {
51 return CachedHashStringRef(DenseMapInfo<StringRef>::getEmptyKey(), 0);
57 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
78 static char *getEmptyKeyPtr() { return DenseMapInfo<char *>::getEmptyKey(); }
153 static CachedHashString getEmptyKey() {
162 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileEntry.h 48 static inline gsym::FileEntry getEmptyKey() {
49 uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h 47 static DivRemMapKey getEmptyKey() {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPStringPool.h 13 static inline const char *getEmptyKey() {
20 assert(Val != getEmptyKey() && "Cannot hash the empty key!");
25 if (RHS == getEmptyKey())
26 return LHS == getEmptyKey();
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h 64 // static T getEmptyKey();
83 static constexpr T *getEmptyKey() {
107 static constexpr char getEmptyKey() { return ~0; }
119 static constexpr unsigned char getEmptyKey() { return ~0; }
134 static constexpr unsigned short getEmptyKey() { return 0xFFFF; }
149 static constexpr unsigned getEmptyKey() { return ~0U; }
163 static constexpr unsigned long getEmptyKey() { return ~0UL; }
179 static constexpr unsigned long long getEmptyKey() { return ~0ULL; }
195 static constexpr short getEmptyKey() { return 0x7FFF; }
206 static constexpr int getEmptyKey() { return 0x7fffffff;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h 104 static inline clang::tok::PPKeywordKind getEmptyKey() {
DirectoryEntry.h 100 : ME(llvm::DenseMapInfo<const MapEntry *>::getEmptyKey()) {}
194 static inline clang::DirectoryEntryRef getEmptyKey() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AssumeBundleQueries.h 53 static Attribute::AttrKind getEmptyKey() {
MemoryLocation.h 317 static inline LocationSize getEmptyKey() {
332 static inline MemoryLocation getEmptyKey() {
333 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(),
334 DenseMapInfo<LocationSize>::getEmptyKey());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 50 static inline PoolEntry *getEmptyKey() { return nullptr; }
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPContext.h 195 static inline omp::TraitProperty getEmptyKey() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegister.h 95 static inline unsigned getEmptyKey() {
96 return DenseMapInfo<unsigned>::getEmptyKey();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
GSIStreamBuilder.cpp 68 static inline CVSymbol getEmptyKey() {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp 80 V, llvm::DenseMapInfo<T>::getEmptyKey());
105 static DecompositionDeclName getEmptyKey() {
106 return {ArrayInfo::getEmptyKey()};
112 assert(!isEqual(Key, getEmptyKey()) && !isEqual(Key, getTombstoneKey()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeHashing.h 184 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
204 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
SymbolStringPool.h 188 static orc::SymbolStringPtr getEmptyKey() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h 114 static inline BasicBlockEdge getEmptyKey() {
115 return BasicBlockEdge(BBInfo::getEmptyKey(), BBInfo::getEmptyKey());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysisSummary.h 249 static inline cflaa::InstantiatedValue getEmptyKey() {
250 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
251 DenseMapInfo<unsigned>::getEmptyKey()};
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
BinaryHolder.h 150 static inline dsymutil::BinaryHolder::ArchiveEntry::KeyTy getEmptyKey() {

Completed in 44 milliseconds

1 2 3 4