LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< short > Struct Template Reference

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< short >

Definition at line 122 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 123 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 125 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 124 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 126 of file DenseMapInfo.h.


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