reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/DenseMapInfo.h
   51   static unsigned getHashValue(const T *PtrVal) {
   96   static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
  108   static unsigned getHashValue(const unsigned long& Val) {
  144   static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
  200   static unsigned getHashValue(const Pair& PairVal) {
  232   static unsigned getHashValue(StringRef Val) {
  260   static unsigned getHashValue(ArrayRef<T> Val) {
include/llvm/ADT/PointerIntPair.h
  210   static unsigned getHashValue(Ty V) {
include/llvm/Analysis/MemoryLocation.h
  296   static unsigned getHashValue(const MemoryLocation &Val) {
include/llvm/CodeGen/SelectionDAGNodes.h
  226   static unsigned getHashValue(const SDValue &Val) {
include/llvm/DebugInfo/CodeView/TypeIndex.h
  288   static unsigned getHashValue(const codeview::TypeIndex &TI) {
include/llvm/IR/ValueHandle.h
  301   static unsigned getHashValue(const AssertingVH<T> &Val) {
lib/Analysis/AliasAnalysisSummary.h
  254   static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
tools/clang/include/clang/AST/TypeOrdering.h
   67     static unsigned getHashValue(clang::CanQualType Val) {
tools/clang/include/clang/Basic/SourceLocation.h
  457     static unsigned getHashValue(clang::FileID S) {
tools/clang/tools/extra/clangd/index/SymbolID.h
   76   static unsigned getHashValue(const clang::clangd::SymbolID &Sym) {