LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< ImmutableList< T > > Struct Template Reference

#include <ImmutableList.h>

List of all members.

Static Public Member Functions

static ImmutableList< TgetEmptyKey ()
static ImmutableList< TgetTombstoneKey ()
static unsigned getHashValue (ImmutableList< T > X)
static bool isEqual (ImmutableList< T > X1, ImmutableList< T > X2)

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< ImmutableList< T > >

Definition at line 206 of file ImmutableList.h.


Member Function Documentation

template<typename T >
static ImmutableList<T> llvm::DenseMapInfo< ImmutableList< T > >::getEmptyKey ( ) [inline, static]

Definition at line 207 of file ImmutableList.h.

template<typename T >
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().

template<typename T >
static ImmutableList<T> llvm::DenseMapInfo< ImmutableList< T > >::getTombstoneKey ( ) [inline, static]

Definition at line 210 of file ImmutableList.h.

template<typename T >
static bool llvm::DenseMapInfo< ImmutableList< T > >::isEqual ( ImmutableList< T X1,
ImmutableList< T X2 
) [inline, static]

Definition at line 218 of file ImmutableList.h.


The documentation for this struct was generated from the following file: