LLVM API Documentation
#include <ImmutableList.h>
Static Public Member Functions | |
| static ImmutableList< T > | getEmptyKey () |
| static ImmutableList< T > | getTombstoneKey () |
| static unsigned | getHashValue (ImmutableList< T > X) |
| static bool | isEqual (ImmutableList< T > X1, ImmutableList< T > X2) |
Definition at line 206 of file ImmutableList.h.
| static ImmutableList<T> llvm::DenseMapInfo< ImmutableList< T > >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 207 of file ImmutableList.h.
| static unsigned llvm::DenseMapInfo< ImmutableList< T > >::getHashValue | ( | ImmutableList< T > | X | ) | [inline, static] |
Definition at line 213 of file ImmutableList.h.
References llvm::ImmutableList< T >::getInternalPointer().
| static ImmutableList<T> llvm::DenseMapInfo< ImmutableList< T > >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 210 of file ImmutableList.h.
| static bool llvm::DenseMapInfo< ImmutableList< T > >::isEqual | ( | ImmutableList< T > | X1, |
| ImmutableList< T > | X2 | ||
| ) | [inline, static] |
Definition at line 218 of file ImmutableList.h.