Home
last modified time | relevance | path

Searched defs:getEmptyKey (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/clang/include/clang/Sema/
H A DWeak.h39 static inline WeakInfo getEmptyKey() { in getEmptyKey() function
/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h13 static inline const char *getEmptyKey() { in getEmptyKey() function
/llvm-project/bolt/include/bolt/Passes/
H A DSplitFunctions.h64 static inline TrampolineKey getEmptyKey() { return TrampolineKey(); }; in getEmptyKey() function
/llvm-project/mlir/lib/TableGen/
H A DConstraint.cpp118 Constraint DenseMapInfo<Constraint>::getEmptyKey() { getEmptyKey() function in DenseMapInfo
/llvm-project/llvm/unittests/ADT/
H A DDenseMapTest.cpp75 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
554 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
602 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
728 static inline T getEmptyKey() { return {static_cast<int>(~0)}; } in getEmptyKey() function
738 static inline T getEmptyKey() { return {}; } in getEmptyKey() function
H A DDenseSetTest.cpp36 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
184 static inline CountCopyAndMove getEmptyKey() { return CountCopyAndMove(-1); }; in getEmptyKey() function
H A DMapVectorTest.cpp36 static inline A getEmptyKey() { return 0x7fffffff; } in getEmptyKey() function
/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() function
/llvm-project/llvm/unittests/Support/
H A DReverseIterationTest.cpp64 static PtrLikeInt *getEmptyKey() { in getEmptyKey() function
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h214 static QualType getEmptyKey() { in getEmptyKey() function
/llvm-project/mlir/include/mlir/Analysis/
H A DCallGraph.h123 static Edge getEmptyKey() { return Edge(BaseInfo::getEmptyKey()); } in getEmptyKey() function
/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h112 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } in getEmptyKey() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h453 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } getEmptyKey() function
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h71 static inline PHKind getEmptyKey() { in getEmptyKey() function
/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp108 static inline FrozenIndPHIInfo getEmptyKey() { in getEmptyKey() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp216 static inline SlotWithTag getEmptyKey() { return {-2, -2}; } getEmptyKey() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp85 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
478 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp
/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp106 return {ArrayInfo::getEmptyKey()}; in getEmptyKey() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp160 static inline SimpleValue getEmptyKey() { in getEmptyKey() function
520 static inline CallValue getEmptyKey() { getEmptyKey() function
591 static inline GEPValue getEmptyKey() { getEmptyKey() function
/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp51 static inline HashedStorage getEmptyKey() { in getEmptyKey() function
/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp121 static inline MemOpKey getEmptyKey() { in getEmptyKey() function
/llvm-project/clang-tools-extra/clangd/
H A DSystemIncludeExtractor.cpp219 static DriverArgs getEmptyKey() { in getEmptyKey() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp70 static inline CVSymbol getEmptyKey() { in getEmptyKey() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h347 static const KeyT getEmptyKey() { return KeyInfoT::getEmptyKey(); } getEmptyKey() function
[all...]

123