LLVM API Documentation
#include <DenseMapInfo.h>
Static Public Member Functions | |
static unsigned | getEmptyKey () |
static unsigned | getTombstoneKey () |
static unsigned | getHashValue (const unsigned &Val) |
static bool | isEqual (const unsigned &LHS, const unsigned &RHS) |
Definition at line 61 of file DenseMapInfo.h.
static unsigned llvm::DenseMapInfo< unsigned >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 62 of file DenseMapInfo.h.
static unsigned llvm::DenseMapInfo< unsigned >::getHashValue | ( | const unsigned & | Val | ) | [inline, static] |
Definition at line 64 of file DenseMapInfo.h.
static unsigned llvm::DenseMapInfo< unsigned >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 63 of file DenseMapInfo.h.
static bool llvm::DenseMapInfo< unsigned >::isEqual | ( | const unsigned & | LHS, |
const unsigned & | RHS | ||
) | [inline, static] |
Definition at line 65 of file DenseMapInfo.h.