Home
last modified time | relevance | path

Searched defs:DenseMapInfo (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTTypeTraits.h95 struct DenseMapInfo { struct
97 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } in getEmptyKey()
100 static inline ASTNodeKind getTombstoneKey() { in getTombstoneKey()
103 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue()
104 static bool isEqual(const ASTNodeKind &LHS, const ASTNodeKind &RHS) { in isEqual()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMapInfo.h23 struct DenseMapInfo { struct
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp49 struct DenseMapInfo<DivOpInfo> { struct
50 static bool isEqual(const DivOpInfo &Val1, const DivOpInfo &Val2) { in isEqual()
56 static DivOpInfo getEmptyKey() { in getEmptyKey()
60 static DivOpInfo getTombstoneKey() { in getTombstoneKey()
64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp80 template<> struct DenseMapInfo<SimpleValue> { struct
81 static inline SimpleValue getEmptyKey() { in getEmptyKey()
84 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
223 template<> struct DenseMapInfo<CallValue> { struct
224 static inline CallValue getEmptyKey() { in getEmptyKey()
227 static inline CallValue getTombstoneKey() { in getTombstoneKey()
H A DGVN.cpp143 template <> struct DenseMapInfo<Expression> { struct
144 static inline Expression getEmptyKey() { in getEmptyKey()
148 static inline Expression getTombstoneKey() { in getTombstoneKey()
152 static unsigned getHashValue(const Expression e) { in getHashValue()
156 static bool isEqual(const Expression &LHS, const Expression &RHS) { in isEqual()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp590 struct DenseMapInfo<LoweredPHIRecord> { struct
591 static inline LoweredPHIRecord getEmptyKey() { in getEmptyKey()
594 static inline LoweredPHIRecord getTombstoneKey() { in getTombstoneKey()
597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue()
601 static bool isEqual(const LoweredPHIRecord &LHS, in isEqual()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1228 template<> struct DenseMapInfo<CXCursor> { struct
1237 return llvm::DenseMapInfo<std::pair<const void *, const void *> > in getHashValue()
1240 static inline bool isEqual(const CXCursor &x, const CXCursor &y) { in isEqual()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1433 struct DenseMapInfo<CIEKey> { struct
1434 static CIEKey getEmptyKey() { in getEmptyKey()
1437 static CIEKey getTombstoneKey() { in getTombstoneKey()
1440 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()
1447 static bool isEqual(const CIEKey &LHS, in isEqual()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp334 struct DenseMapInfo<StringRef> { struct
336 static inline StringRef getEmptyKey() { return StringRef(""); } in getEmptyKey()
337 static inline StringRef getTombstoneKey() { return StringRef(); } in getTombstoneKey()
338 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue()
339 static bool isEqual(StringRef LHS, StringRef RHS) { return LHS == RHS; } in isEqual()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2046 template<> struct DenseMapInfo<EditEntry> { struct
2047 static inline EditEntry getEmptyKey() { in getEmptyKey()
2052 static inline EditEntry getTombstoneKey() { in getTombstoneKey()
2057 static unsigned getHashValue(const EditEntry& Val) { in getHashValue()
2065 static bool isEqual(const EditEntry &LHS, const EditEntry &RHS) { in isEqual()
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp59 template<> struct DenseMapInfo<TableGenStringKey> { struct
60 static inline TableGenStringKey getEmptyKey() { in getEmptyKey()
64 static inline TableGenStringKey getTombstoneKey() { in getTombstoneKey()
68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue()
72 static bool isEqual(const TableGenStringKey& LHS, in isEqual()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp465 template <> struct DenseMapInfo<ObjCSummaryKey> { struct
466 static inline ObjCSummaryKey getEmptyKey() { in getEmptyKey()
471 static inline ObjCSummaryKey getTombstoneKey() { in getTombstoneKey()
476 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue()
482 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) { in isEqual()