LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< long > Struct Template Reference

#include <DenseMapInfo.h>

List of all members.

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 106 of file DenseMapInfo.h.


Member Function Documentation

static long llvm::DenseMapInfo< long >::getEmptyKey ( ) [inline, static]

Definition at line 107 of file DenseMapInfo.h.

static unsigned llvm::DenseMapInfo< long >::getHashValue ( const long &  Val) [inline, static]

Definition at line 111 of file DenseMapInfo.h.

static long llvm::DenseMapInfo< long >::getTombstoneKey ( ) [inline, static]

Definition at line 110 of file DenseMapInfo.h.

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

Definition at line 114 of file DenseMapInfo.h.


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