LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< hash_code, void > Struct Reference

#include "llvm/ADT/Hashing.h"

Static Public Member Functions

static hash_code getEmptyKey ()
 
static hash_code getTombstoneKey ()
 
static unsigned getHashValue (hash_code val)
 
static bool isEqual (hash_code LHS, hash_code RHS)
 

Detailed Description

Definition at line 677 of file Hashing.h.

Member Function Documentation

◆ getEmptyKey()

static hash_code llvm::DenseMapInfo< hash_code, void >::getEmptyKey ( )
inlinestatic

Definition at line 678 of file Hashing.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< hash_code, void >::getHashValue ( hash_code  val)
inlinestatic

Definition at line 680 of file Hashing.h.

◆ getTombstoneKey()

static hash_code llvm::DenseMapInfo< hash_code, void >::getTombstoneKey ( )
inlinestatic

Definition at line 679 of file Hashing.h.

◆ isEqual()

static bool llvm::DenseMapInfo< hash_code, void >::isEqual ( hash_code  LHS,
hash_code  RHS 
)
inlinestatic

Definition at line 683 of file Hashing.h.

References LHS, and RHS.


The documentation for this struct was generated from the following file: