Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h78 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey() function
112 static inline StructType *getEmptyKey() { in getEmptyKey() function
164 static inline FunctionType *getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DWeak.h39 static inline WeakInfo getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWPStringPool.h13 static inline const char *getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DConstraint.cpp116 Constraint DenseMapInfo<Constraint>::getEmptyKey() { in getEmptyKey() function in DenseMapInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DReverseIterationTest.cpp64 static PtrLikeInt *getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DDenseSetTest.cpp34 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
182 static inline CountCopyAndMove getEmptyKey() { return CountCopyAndMove(-1); }; in getEmptyKey() function
H A DDenseMapTest.cpp61 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
512 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
560 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
682 static inline T getEmptyKey() { return {static_cast<int>(~0)}; } in getEmptyKey() function
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h259 static QualType getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DCallGraph.h123 static Edge getEmptyKey() { return Edge(BaseInfo::getEmptyKey()); } in getEmptyKey() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTTypeTraits.h110 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } in getEmptyKey() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h445 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DFormat.h73 static inline PHKind getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp218 static inline SlotWithTag getEmptyKey() { return {-2, -2}; } in getEmptyKey() function
/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp23 static inline ItemSet getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumCXXABI.cpp105 static DecompositionDeclName getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp51 static inline HashedStorage getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp121 static inline MemOpKey getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp276 static OffsetValue getEmptyKey() { in getEmptyKey() function
298 static OffsetInstantiatedValue getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/lld/COFF/
H A DChunks.h560 static ChunkAndOffset getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp69 static inline CVSymbol getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp143 static inline SimpleValue getEmptyKey() { in getEmptyKey() function
469 static inline CallValue getEmptyKey() { in getEmptyKey() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h312 static inline IRInstructionData *getEmptyKey() { return nullptr; } in getEmptyKey() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp31 static inline NamingCheckId getEmptyKey() { in getEmptyKey() function

123