HomeSort by: relevance | last modified time | path
    Searched defs:getHashValue (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeOrdering.h 47 static unsigned getHashValue(clang::QualType Val) {
67 static unsigned getHashValue(clang::CanQualType Val) {
BaseSubobject.h 70 static unsigned getHashValue(const clang::BaseSubobject &Base) {
73 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
GlobalDecl.h 213 static unsigned getHashValue(clang::GlobalDecl GD) {
214 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
WasmTraits.h 35 static unsigned getHashValue(const wasm::WasmSignature &Sig) {
57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMapInfo.h 50 //static unsigned getHashValue(const T &Val);
79 static unsigned getHashValue(const T *PtrVal) {
91 static unsigned getHashValue(const char& Val) { return Val * 37U; }
102 static unsigned getHashValue(const unsigned char &Val) { return Val * 37U; }
113 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
124 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
136 static unsigned getHashValue(const unsigned long& Val) {
150 static unsigned getHashValue(const unsigned long long& Val) {
164 static unsigned getHashValue(const short &Val) { return Val * 37U; }
172 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U);
    [all...]
CachedHashString.h 36 : CachedHashStringRef(S, DenseMapInfo<StringRef>::getHashValue(S)) {}
56 static unsigned getHashValue(const CachedHashStringRef &S) {
101 : CachedHashString(S, DenseMapInfo<StringRef>::getHashValue(S)) {}
161 static unsigned getHashValue(const CachedHashString &S) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileEntry.h 56 static unsigned getHashValue(const gsym::FileEntry &Val) {
57 return llvm::hash_combine(DenseMapInfo<uint32_t>::getHashValue(Val.Dir),
58 DenseMapInfo<uint32_t>::getHashValue(Val.Base));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h 55 static unsigned getHashValue(const DivRemMapKey &Val) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPStringPool.h 19 static unsigned getHashValue(const char *Val) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h 66 // static unsigned getHashValue(const T &Val);
95 static constexpr unsigned getHashValue(const T *PtrVal) {
109 static constexpr unsigned getHashValue(const char &Val) { return Val * 37U; }
121 static constexpr unsigned getHashValue(const unsigned char &Val) {
136 static constexpr unsigned getHashValue(const unsigned short &Val) {
151 static constexpr unsigned getHashValue(const unsigned &Val) {
166 static constexpr unsigned getHashValue(const unsigned long &Val) {
182 static constexpr unsigned getHashValue(const unsigned long long &Val) {
197 static constexpr unsigned getHashValue(const short &Val) { return Val * 37U; }
208 static constexpr unsigned getHashValue(const int &Val)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h 110 static unsigned getHashValue(const clang::tok::PPKeywordKind &Val) {
DirectoryEntry.h 204 static unsigned getHashValue(clang::DirectoryEntryRef Val) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AssumeBundleQueries.h 59 static unsigned getHashValue(Attribute::AttrKind AK) {
MemoryLocation.h 323 static unsigned getHashValue(const LocationSize &Val) {
324 return DenseMapInfo<uint64_t>::getHashValue(Val.toRaw());
340 static unsigned getHashValue(const MemoryLocation &Val) {
341 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
342 DenseMapInfo<LocationSize>::getHashValue(Val.Size) ^
343 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 57 static unsigned getHashValue(const ValueKeyT &C) {
61 static unsigned getHashValue(PoolEntry *P) {
62 return getHashValue(P->getValue());
65 static unsigned getHashValue(const PoolEntry *P) {
66 return getHashValue(P->getValue());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPContext.h 201 static unsigned getHashValue(omp::TraitProperty val) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegister.h 101 static unsigned getHashValue(const MCRegister &Val) {
102 return DenseMapInfo<unsigned>::getHashValue(Val.id());
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
GSIStreamBuilder.cpp 77 static unsigned getHashValue(const CVSymbol &Val) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp 111 static unsigned getHashValue(DecompositionDeclName Key) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 53 unsigned SourceLocation::getHashValue() const {
54 return llvm::DenseMapInfo<unsigned>::getHashValue(ID);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h 166 static unsigned getHashValue(const DeclContext *Ctxt) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeHashing.h 188 static unsigned getHashValue(codeview::LocallyHashedType Val) {
208 static unsigned getHashValue(codeview::GloballyHashedType Val) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
SymbolStringPool.h 196 static unsigned getHashValue(const orc::SymbolStringPtr &V) {
197 return DenseMapInfo<orc::SymbolStringPtr::PoolEntryPtr>::getHashValue(V.S);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h 112 static unsigned getHashValue(const BasicBlockEdge *V);
122 static unsigned getHashValue(const BasicBlockEdge &Edge) {
123 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
124 BBInfo::getHashValue(Edge.getEnd()));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysisSummary.h 257 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
258 return DenseMapInfo<std::pair<Value *, unsigned>>::getHashValue(

Completed in 63 milliseconds

1 2 3 4