LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ImmutableList< T > > Struct Template Reference

#include "llvm/ADT/ImmutableList.h"

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 225 of file ImmutableList.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static ImmutableList<T> llvm::DenseMapInfo< ImmutableList< T > >::getEmptyKey ( )
inlinestatic

Definition at line 226 of file ImmutableList.h.

◆ getHashValue()

template<typename T >
static unsigned llvm::DenseMapInfo< ImmutableList< T > >::getHashValue ( ImmutableList< T X)
inlinestatic

Definition at line 234 of file ImmutableList.h.

References llvm::ImmutableList< T >::getInternalPointer().

◆ getTombstoneKey()

template<typename T >
static ImmutableList<T> llvm::DenseMapInfo< ImmutableList< T > >::getTombstoneKey ( )
inlinestatic

Definition at line 230 of file ImmutableList.h.

◆ isEqual()

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

Definition at line 240 of file ImmutableList.h.


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