Searched defs:getTombstoneKey (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeOrdering.h41 static inline clang::QualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
61 static inline clang::CanQualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h62 static clang::BaseSubobject getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DGlobalDecl.h100 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h204 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DDeclarationName.h573 static inline clang::DeclarationName getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMapInfo.h38 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
53 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
63 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:llvm::DenseMapInfo
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
143 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DValueMap.h258 static inline VH getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DDenseMap.h341 static const KeyT getTombstoneKey() { function in class:llvm::DenseMapBase
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h39 static DebugLoc getTombstoneKey() { function in class:llvm::DebugLoc
106 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h245 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DYAMLTraits.h765 static StringRef getTombstoneKey() { return StringRef(" ", 0); } function in struct:llvm::yaml::Input::MapHNode::StrMappingInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h565 static inline AliasAnalysis::Location getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h365 static inline AttributeSet getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp59 static DivOpInfo getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPromoteMemoryToRegister.cpp66 static inline EltTy getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp148 static ComparableFunction getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp594 static inline LoweredPHIRecord getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp84 static inline SimpleValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
232 static inline CallValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h405 static inline clang::FileID getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantsContext.h663 static inline ConstantClass* getTombstoneKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
H A DLLVMContextImpl.h60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } function in struct:llvm::DenseMapAPIntKeyInfo
86 static inline KeyTy getTombstoneKey() { function in struct:llvm::DenseMapAPFloatKeyInfo
120 static inline StructType* getTombstoneKey() { function in struct:llvm::AnonStructTypeKeyInfo
168 static inline FunctionType* getTombstoneKey() { function in struct:llvm::FunctionTypeKeyInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h682 static inline clang::ProgramPoint getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h210 static inline WeakObjectProfileTy getTombstoneKey() { function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo

Completed in 303 milliseconds

12