LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< unsigned short > Struct Reference

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

static unsigned short getEmptyKey ()
 
static unsigned short getTombstoneKey ()
 
static unsigned getHashValue (const unsigned short &Val)
 
static bool isEqual (const unsigned short &LHS, const unsigned short &RHS)
 

Detailed Description

Definition at line 113 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

static unsigned short llvm::DenseMapInfo< unsigned short >::getEmptyKey ( )
inlinestatic

Definition at line 114 of file DenseMapInfo.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< unsigned short >::getHashValue ( const unsigned short &  Val)
inlinestatic

Definition at line 116 of file DenseMapInfo.h.

◆ getTombstoneKey()

static unsigned short llvm::DenseMapInfo< unsigned short >::getTombstoneKey ( )
inlinestatic

Definition at line 115 of file DenseMapInfo.h.

◆ isEqual()

static bool llvm::DenseMapInfo< unsigned short >::isEqual ( const unsigned short &  LHS,
const unsigned short &  RHS 
)
inlinestatic

Definition at line 118 of file DenseMapInfo.h.

References LHS, and RHS.


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