/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 60 static unsigned getHashValue(const APInt &Key) { in getHashValue() function 71 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function 104 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function 109 static unsigned getHashValue(const StructType *ST) { in getHashValue() function 151 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function 157 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 56 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function 60 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function 64 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
|
/external/llvm/unittests/ADT/ |
D | DenseSetTest.cpp | 33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 34 static unsigned getHashValue(const char* Val) { in getHashValue() function
|
D | DenseMapTest.cpp | 64 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function 331 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 332 static unsigned getHashValue(const char* Val) { in getHashValue() function 370 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
|
/external/clang/include/clang/AST/ |
D | ASTTypeTraits.h | 103 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 90 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo 237 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
|
D | GVN.cpp | 153 static unsigned getHashValue(const Expression e) { in getHashValue() function
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
|
/external/skia/tools/ |
D | image_expectations.cpp | 80 uint64_t ImageDigest::getHashValue() { in getHashValue() function in sk_tools::ImageDigest
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 346 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function 350 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 335 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
|
D | VirtualFileSystem.cpp | 336 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue() function
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 1645 unsigned Linker::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in Linker::StructTypeKeyInfo 1650 unsigned Linker::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in Linker::StructTypeKeyInfo
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 243 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 160 unsigned getHashValue() const { in getHashValue() function
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 1236 static inline unsigned getHashValue(const CXCursor &cursor) { in getHashValue() function
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1454 static unsigned getHashValue(const CIEKey &Key) { in getHashValue() function
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1918 MachineInstrExpressionTrait::getHashValue(const MachineInstr* const &MI) { in getHashValue() function in MachineInstrExpressionTrait
|
/external/clang/include/clang/Serialization/ |
D | ASTBitCodes.h | 116 static inline unsigned getHashValue(QualType T) { in getHashValue() function
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue() function
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 2076 static unsigned getHashValue(const EditEntry& Val) { in getHashValue() function
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3467 static unsigned getHashValue(const CatchHandlerType &Base) { in getHashValue() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 501 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue() function
|