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

#include <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 108 of file DenseMapInfo.h.

Member Function Documentation

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

Definition at line 109 of file DenseMapInfo.h.

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

Definition at line 113 of file DenseMapInfo.h.

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

Definition at line 112 of file DenseMapInfo.h.

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

Definition at line 116 of file DenseMapInfo.h.


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