reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/DenseMapInfo.h
   45   static inline T* getTombstoneKey() {
   73   static inline unsigned char getTombstoneKey() { return ~0 - 1; }
   95   static inline unsigned getTombstoneKey() { return ~0U - 1; }
  106   static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
  143   static inline int getTombstoneKey() { return -0x7fffffff - 1; }
  157   static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
  227   static inline StringRef getTombstoneKey() {
  285   static inline ElementCount getTombstoneKey() { return {~0U - 1, false}; }
include/llvm/Analysis/MemoryLocation.h
  292   static inline MemoryLocation getTombstoneKey() {
include/llvm/IR/Attributes.h
  315   static AttributeSet getTombstoneKey() {
include/llvm/IR/DebugInfoMetadata.h
 2594   static inline FragInfo getTombstoneKey() { return {MaxVal - 1, MaxVal - 1}; }
include/llvm/IR/ValueHandle.h
  295   static inline AssertingVH<T> getTombstoneKey() {
tools/clang/include/clang/AST/BaseSubobject.h
   64   static clang::BaseSubobject getTombstoneKey() {
tools/clang/include/clang/AST/CharUnits.h
  227   static clang::CharUnits getTombstoneKey() {
tools/clang/include/clang/AST/TypeOrdering.h
   42     static inline clang::QualType getTombstoneKey() {
   62     static inline clang::CanQualType getTombstoneKey() {
tools/clang/include/clang/Basic/IdentifierTable.h
  936   static clang::Selector getTombstoneKey() {
tools/clang/include/clang/Basic/SourceLocation.h
  453     static clang::FileID getTombstoneKey() {
tools/clang/tools/extra/clangd/index/SymbolID.h
   72   static inline clang::clangd::SymbolID getTombstoneKey() {