LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< char > Struct Template 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

template<>
struct llvm::DenseMapInfo< char >

Definition at line 60 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 61 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 63 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 62 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 65 of file DenseMapInfo.h.


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