| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ADT/ArrayRef.h"
Static Public Member Functions | |
| static ArrayRef< T > | getEmptyKey () | 
| static ArrayRef< T > | getTombstoneKey () | 
| static unsigned | getHashValue (ArrayRef< T > Val) | 
| static bool | isEqual (ArrayRef< T > LHS, ArrayRef< T > RHS) | 
Definition at line 590 of file ArrayRef.h.
      
  | 
  inlinestatic | 
Definition at line 591 of file ArrayRef.h.
References T.
Referenced by getHashValue(), and isEqual().
      
  | 
  inlinestatic | 
Definition at line 601 of file ArrayRef.h.
References assert(), data, llvm::ArrayRef< T >::data(), getEmptyKey(), getTombstoneKey(), and llvm::hash_value().
      
  | 
  inlinestatic | 
Definition at line 596 of file ArrayRef.h.
References T.
Referenced by getHashValue(), and isEqual().
      
  | 
  inlinestatic | 
Definition at line 609 of file ArrayRef.h.
References data, getEmptyKey(), getTombstoneKey(), LHS, and RHS.