LLVM 22.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 constexpr char getTombstoneKey ()
static unsigned getHashValue (const char &Val)
static bool isEqual (const char &LHS, const char &RHS)

Detailed Description

Definition at line 95 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 96 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 98 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 97 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 100 of file DenseMapInfo.h.

References LHS, and RHS.


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