LLVM API Documentation
#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) |
Definition at line 106 of file DenseMapInfo.h.
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.