HomeSort by relevance Sort by last modified time
    Searched refs:getHashValue (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 26 //static unsigned getHashValue(const T &Val);
43 static unsigned getHashValue(const T *PtrVal) {
54 static unsigned getHashValue(const char& Val) { return Val * 37U; }
64 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned long& Val) {
86 static unsigned getHashValue(const unsigned long long& Val) {
99 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
111 static unsigned getHashValue(const long& Val) {
123 static unsigned getHashValue(const long long& Val) {
147 static unsigned getHashValue(const Pair& PairVal)
    [all...]
ImmutableList.h 213 static unsigned getHashValue(ImmutableList<T> X) {
DenseMap.h 140 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
346 static unsigned getHashValue(const KeyT &Val) {
347 return KeyInfoT::getHashValue(Val);
350 static unsigned getHashValue(const LookupKeyT &Val) {
351 return KeyInfoT::getHashValue(Val);
496 unsigned BucketNo = getHashValue(Val) & (NumBuckets-1);
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /external/clang/include/clang/AST/
BaseSubobject.h 68 static unsigned getHashValue(const clang::BaseSubobject &Base) {
70 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
TypeOrdering.h 48 static unsigned getHashValue(clang::QualType Val) {
68 static unsigned getHashValue(clang::CanQualType Val) {
GlobalDecl.h 106 static unsigned getHashValue(clang::GlobalDecl GD) {
107 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
CharUnits.h 205 static unsigned getHashValue(const clang::CharUnits &CU) {
207 return DenseMapInfo<clang::CharUnits::QuantityType>::getHashValue(Quantity);
DeclarationName.h 583 static unsigned getHashValue(clang::DeclarationName Name) {
584 return DenseMapInfo<void*>::getHashValue(Name.getAsOpaquePtr());
  /external/llvm/include/llvm/Linker/
Linker.h 40 static unsigned getHashValue(const KeyTy &Key);
41 static unsigned getHashValue(const StructType *ST);
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
34 static unsigned getHashValue(const char* Val) {
DenseMapTest.cpp 64 static unsigned getHashValue(const CtorTester &Val) {
331 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
332 static unsigned getHashValue(const char* Val) {
370 static unsigned getHashValue(const unsigned& Val) { return Val; }
  /external/llvm/lib/IR/
LLVMContextImpl.h 60 static unsigned getHashValue(const APInt &Key) {
71 static unsigned getHashValue(const APFloat &Key) {
104 static unsigned getHashValue(const KeyTy& Key) {
109 static unsigned getHashValue(const StructType *ST) {
110 return getHashValue(KeyTy(ST));
151 static unsigned getHashValue(const KeyTy& Key) {
157 static unsigned getHashValue(const FunctionType *FT) {
158 return getHashValue(KeyTy(FT));
224 unsigned getHashValue() const { return getHash(); }
250 unsigned getHashValue() const
    [all...]
ConstantsContext.h 527 static unsigned getHashValue(const ConstantClass *CP) {
529 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
534 static unsigned getHashValue(const LookupKey &Val) {
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 144 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {
145 return DenseMapInfo<const clang::Type *>::getHashValue(Val.BaseT) ^
146 DenseMapInfo<const MDNode *>::getHashValue(Val.AccessN) ^
147 DenseMapInfo<uint64_t>::getHashValue(Val.Offset);
  /external/skia/tools/
image_expectations.cpp 71 return (this->getHashValue() == other.getHashValue());
80 uint64_t ImageDigest::getHashValue() {
171 Json::Value actualChecksumValue = Json::UInt64(digest.getHashValue());
image_expectations.h 60 uint64_t getHashValue();
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 90 static inline unsigned getHashValue(sampleprof::LineLocation Val) {
91 return DenseMapInfo<std::pair<int, unsigned>>::getHashValue(
  /external/clang/include/clang/Basic/
SourceLocation.h 56 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 611 static unsigned getHashValue(const AliasAnalysis::Location &Val) {
612 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
613 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
614 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
  /external/llvm/include/llvm/IR/
ValueMap.h 282 static unsigned getHashValue(const VH &Val) {
283 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
285 static unsigned getHashValue(const KeyT &Val) {
286 return DenseMapInfo<KeyT>::getHashValue(Val);
ValueHandle.h 247 static unsigned getHashValue(const AssertingVH<T> &Val) {
248 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 85 static unsigned getHashValue(SimpleValue Val);
90 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) {
232 static unsigned getHashValue(CallValue Val);
237 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 160 unsigned getHashValue() const {
689 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
690 return Loc.getHashValue();
  /external/clang/include/clang/Sema/
ScopeInfo.h 243 static unsigned getHashValue(const WeakObjectProfileTy &Val) {
245 return llvm::DenseMapInfo<Pair>::getHashValue(Pair(Val.Base,

Completed in 467 milliseconds

1 2 3