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

#include "llvm/ADT/DenseMapInfo.h"

Inheritance diagram for llvm::DenseMapInfo< unsigned char >:
Inheritance graph
[legend]

Static Public Member Functions

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

Detailed Description

Definition at line 102 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 103 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 105 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 104 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 107 of file DenseMapInfo.h.

References LHS, and RHS.


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