Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
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()
/external/llvm/lib/Transforms/Utils/
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()
/external/llvm/include/llvm/ADT/
DDenseMapInfo.h23 struct DenseMapInfo { struct
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp78 template <> struct DenseMapInfo<SimpleValue> { struct
79 static inline SimpleValue getEmptyKey() { in getEmptyKey()
82 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
225 template <> struct DenseMapInfo<CallValue> { struct
226 static inline CallValue getEmptyKey() { in getEmptyKey()
229 static inline CallValue getTombstoneKey() { in getTombstoneKey()
DGVN.cpp144 template <> struct DenseMapInfo<Expression> { struct
145 static inline Expression getEmptyKey() { in getEmptyKey()
149 static inline Expression getTombstoneKey() { in getTombstoneKey()
153 static unsigned getHashValue(const Expression e) { in getHashValue()
157 static bool isEqual(const Expression &LHS, const Expression &RHS) { in isEqual()
/external/llvm/lib/Transforms/InstCombine/
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()
/external/clang/tools/libclang/
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()
/external/llvm/lib/MC/
DMCDwarf.cpp1447 struct DenseMapInfo<CIEKey> { struct
1448 static CIEKey getEmptyKey() { in getEmptyKey()
1451 static CIEKey getTombstoneKey() { in getTombstoneKey()
1454 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()
1461 static bool isEqual(const CIEKey &LHS, in isEqual()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp332 struct DenseMapInfo<StringRef> { struct
334 static inline StringRef getEmptyKey() { return StringRef(""); } in getEmptyKey()
335 static inline StringRef getTombstoneKey() { return StringRef(); } in getTombstoneKey()
336 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue()
337 static bool isEqual(StringRef LHS, StringRef RHS) { return LHS == RHS; } in isEqual()
/external/llvm/lib/TableGen/
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()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2065 template<> struct DenseMapInfo<EditEntry> { struct
2066 static inline EditEntry getEmptyKey() { in getEmptyKey()
2071 static inline EditEntry getTombstoneKey() { in getTombstoneKey()
2076 static unsigned getHashValue(const EditEntry& Val) { in getHashValue()
2084 static bool isEqual(const EditEntry &LHS, const EditEntry &RHS) { in isEqual()
/external/clang/lib/Sema/
DSemaStmt.cpp3456 template <> struct DenseMapInfo<CatchHandlerType> { struct
3457 static CatchHandlerType getEmptyKey() { in getEmptyKey()
3462 static CatchHandlerType getTombstoneKey() { in getTombstoneKey()
3467 static unsigned getHashValue(const CatchHandlerType &Base) { in getHashValue()
3471 static bool isEqual(const CatchHandlerType &LHS, in isEqual()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp490 template <> struct DenseMapInfo<ObjCSummaryKey> { struct
491 static inline ObjCSummaryKey getEmptyKey() { in getEmptyKey()
496 static inline ObjCSummaryKey getTombstoneKey() { in getTombstoneKey()
501 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue()
507 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) { in isEqual()