/llvm-project/clang/include/clang/Sema/ |
H A D | Weak.h | 39 static inline WeakInfo getEmptyKey() { in getEmptyKey() function
|
/llvm-project/llvm/include/llvm/DWP/ |
H A D | DWPStringPool.h | 13 static inline const char *getEmptyKey() { in getEmptyKey() function
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | SplitFunctions.h | 64 static inline TrampolineKey getEmptyKey() { return TrampolineKey(); }; in getEmptyKey() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Constraint.cpp | 118 Constraint DenseMapInfo<Constraint>::getEmptyKey() { getEmptyKey() function in DenseMapInfo
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseMapTest.cpp | 75 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 D | DenseSetTest.cpp | 36 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function 184 static inline CountCopyAndMove getEmptyKey() { return CountCopyAndMove(-1); }; in getEmptyKey() function
|
H A D | MapVectorTest.cpp | 36 static inline A getEmptyKey() { return 0x7fffffff; } in getEmptyKey() function
|
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | ReverseIterationTest.cpp | 64 static PtrLikeInt *getEmptyKey() { in getEmptyKey() function
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 214 static QualType getEmptyKey() { in getEmptyKey() function
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | CallGraph.h | 123 static Edge getEmptyKey() { return Edge(BaseInfo::getEmptyKey()); } in getEmptyKey() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTTypeTraits.h | 112 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } in getEmptyKey() function
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 453 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } getEmptyKey() function
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Format.h | 71 static inline PHKind getEmptyKey() { in getEmptyKey() function
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CanonicalizeFreezeInLoops.cpp | 108 static inline FrozenIndPHIInfo getEmptyKey() { in getEmptyKey() function
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTaggingPreRA.cpp | 216 static inline SlotWithTag getEmptyKey() { return {-2, -2}; } getEmptyKey() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 85 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 D | LRGraph.cpp |
|
/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 106 return {ArrayInfo::getEmptyKey()}; in getEmptyKey() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 160 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 D | StorageUniquer.cpp | 51 static inline HashedStorage getEmptyKey() { in getEmptyKey() function
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 121 static inline MemOpKey getEmptyKey() { in getEmptyKey() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SystemIncludeExtractor.cpp | 219 static DriverArgs getEmptyKey() { in getEmptyKey() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 70 static inline CVSymbol getEmptyKey() { in getEmptyKey() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 347 static const KeyT getEmptyKey() { return KeyInfoT::getEmptyKey(); } getEmptyKey() function [all...] |