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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

Definition at line 91 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 92 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 94 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 93 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 96 of file DenseMapInfo.h.

References LHS, and RHS.


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