HomeSort by relevance Sort by last modified time
    Searched refs:getHashValue (Results 151 - 175 of 401) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /external/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
ImmutableList.h 213 static unsigned getHashValue(ImmutableList<T> X) {
  /external/llvm/include/llvm/IR/
ValueHandle.h 255 static unsigned getHashValue(const AssertingVH<T> &Val) {
256 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return PointerInfo::getHashValue(Val);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 335 static unsigned getHashValue(const CanonicalDeclPtr &P) {
336 return BaseInfo::getHashValue(P);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 194 static unsigned getHashValue(const SumType &Arg) {
196 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 64 static unsigned getHashValue(const CtorTester &Val) {
511 static unsigned getHashValue(const CachedHashTest &X) {
553 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
554 static unsigned getHashValue(const char* Val) {
592 static unsigned getHashValue(const unsigned& Val) { return Val; }
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableList.h 214 static unsigned getHashValue(ImmutableList<T> X) {
PointerIntPair.h 136 static unsigned getHashValue(Ty V) {

Completed in 1455 milliseconds

1 2 3 4 5 67 8 91011>>