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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< unsigned long >

Definition at line 93 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

static unsigned long llvm::DenseMapInfo< unsigned long >::getEmptyKey ( )
inlinestatic

Definition at line 94 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 97 of file DenseMapInfo.h.

◆ getTombstoneKey()

static unsigned long llvm::DenseMapInfo< unsigned long >::getTombstoneKey ( )
inlinestatic

Definition at line 95 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 101 of file DenseMapInfo.h.


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