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

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 146 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
222 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
387 static unsigned getHashValue(const KeyT &Val) {
388 return KeyInfoT::getHashValue(Val);
391 static unsigned getHashValue(const LookupKeyT &Val) {
392 return KeyInfoT::getHashValue(Val);
534 unsigned BucketNo = getHashValue(Val) & (NumBuckets-1);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 146 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
222 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
387 static unsigned getHashValue(const KeyT &Val) {
388 return KeyInfoT::getHashValue(Val);
391 static unsigned getHashValue(const LookupKeyT &Val) {
392 return KeyInfoT::getHashValue(Val);
534 unsigned BucketNo = getHashValue(Val) & (NumBuckets-1);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 146 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
222 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
387 static unsigned getHashValue(const KeyT &Val) {
388 return KeyInfoT::getHashValue(Val);
391 static unsigned getHashValue(const LookupKeyT &Val) {
392 return KeyInfoT::getHashValue(Val);
534 unsigned BucketNo = getHashValue(Val) & (NumBuckets-1);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 146 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
222 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
387 static unsigned getHashValue(const KeyT &Val) {
388 return KeyInfoT::getHashValue(Val);
391 static unsigned getHashValue(const LookupKeyT &Val) {
392 return KeyInfoT::getHashValue(Val);
534 unsigned BucketNo = getHashValue(Val) & (NumBuckets-1);
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h 310 static unsigned getHashValue(const KeyT &Val) {
311 return KeyInfoT::getHashValue(Val);
325 unsigned BucketNo = getHashValue(Val);
SparseBitVector.h 269 uint64_t getHashValue() const {
818 uint64_t getHashValue() const {
824 HashVal ^= Iter->getHashValue();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 107 static inline unsigned getHashValue(const SlotIndex &v) {
303 static inline unsigned getHashValue(const SlotIndex &v) {
304 return SlotIndex::getHashValue(v);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 183 unsigned getHashValue() const {
695 static unsigned getHashValue(const clang::ProgramPoint &Loc) {
696 return Loc.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 97 static unsigned getHashValue(ValueInfo I) {
392 static unsigned getHashValue(FunctionSummary::VFuncId I) { return I.GUID; }
407 static unsigned getHashValue(FunctionSummary::ConstVCall I) {
  /external/clang/include/clang/AST/
ASTTypeTraits.h 105 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; }
339 static unsigned getHashValue(const DynTypedNode &Val) {

Completed in 1329 milliseconds

1 2 3 4 5 6 7 891011>>