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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< long >

Definition at line 141 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 142 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 148 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 146 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 152 of file DenseMapInfo.h.


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