|
LLVM
4.0.0
|
#include <DenseMapInfo.h>
Public Types | |
| typedef std::pair< T, U > | Pair |
| typedef DenseMapInfo< T > | FirstInfo |
| typedef DenseMapInfo< U > | SecondInfo |
Static Public Member Functions | |
| static Pair | getEmptyKey () |
| static Pair | getTombstoneKey () |
| static unsigned | getHashValue (const Pair &PairVal) |
| static bool | isEqual (const Pair &LHS, const Pair &RHS) |
Definition at line 137 of file DenseMapInfo.h.
| typedef DenseMapInfo<T> llvm::DenseMapInfo< std::pair< T, U > >::FirstInfo |
Definition at line 139 of file DenseMapInfo.h.
| typedef std::pair<T, U> llvm::DenseMapInfo< std::pair< T, U > >::Pair |
Definition at line 138 of file DenseMapInfo.h.
| typedef DenseMapInfo<U> llvm::DenseMapInfo< std::pair< T, U > >::SecondInfo |
Definition at line 140 of file DenseMapInfo.h.
|
inlinestatic |
Definition at line 142 of file DenseMapInfo.h.
|
inlinestatic |
Definition at line 150 of file DenseMapInfo.h.
|
inlinestatic |
Definition at line 146 of file DenseMapInfo.h.
|
inlinestatic |
Definition at line 163 of file DenseMapInfo.h.
References isEqual().
1.8.6