/external/clang/include/clang/AST/ |
D | ASTTypeTraits.h | 95 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/ |
D | BypassSlowDivision.cpp | 49 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/ |
D | DenseMapInfo.h | 23 struct DenseMapInfo { struct
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 78 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()
|
D | GVN.cpp | 144 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/ |
D | InstCombinePHI.cpp | 590 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/ |
D | CXCursor.cpp | 1228 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/ |
D | MCDwarf.cpp | 1447 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/ |
D | VirtualFileSystem.cpp | 332 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/ |
D | Record.cpp | 59 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/ |
D | ObjCMT.cpp | 2065 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/ |
D | SemaStmt.cpp | 3456 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/ |
D | RetainCountChecker.cpp | 490 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()
|