LLVM 23.0.0git
llvm::DenseMapInfo< char > Struct Reference

#include "llvm/ADT/DenseMapInfo.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 87 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

constexpr char llvm::DenseMapInfo< char >::getEmptyKey ( )
inlinestaticconstexpr

Definition at line 88 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 89 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 91 of file DenseMapInfo.h.

References LHS, and RHS.


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