LLVM API Documentation
#include <DenseMapInfo.h>
Static Public Member Functions | |
static int | getEmptyKey () |
static int | getTombstoneKey () |
static unsigned | getHashValue (const int &Val) |
static bool | isEqual (const int &LHS, const int &RHS) |
Definition at line 96 of file DenseMapInfo.h.
static int llvm::DenseMapInfo< int >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 97 of file DenseMapInfo.h.
static unsigned llvm::DenseMapInfo< int >::getHashValue | ( | const int & | Val | ) | [inline, static] |
Definition at line 99 of file DenseMapInfo.h.
static int llvm::DenseMapInfo< int >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 98 of file DenseMapInfo.h.
static bool llvm::DenseMapInfo< int >::isEqual | ( | const int & | LHS, |
const int & | RHS | ||
) | [inline, static] |
Definition at line 100 of file DenseMapInfo.h.