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

#include "llvm/ADT/PointerUnion.h"

Public Types

using Pair = PointerUnion< T, U >
 
using FirstInfo = DenseMapInfo< T >
 
using SecondInfo = DenseMapInfo< U >
 

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)
 

Detailed Description

template<typename T, typename U>
struct llvm::DenseMapInfo< PointerUnion< T, U > >

Definition at line 464 of file PointerUnion.h.

Member Typedef Documentation

◆ FirstInfo

template<typename T , typename U >
using llvm::DenseMapInfo< PointerUnion< T, U > >::FirstInfo = DenseMapInfo<T>

Definition at line 466 of file PointerUnion.h.

◆ Pair

template<typename T , typename U >
using llvm::DenseMapInfo< PointerUnion< T, U > >::Pair = PointerUnion<T, U>

Definition at line 465 of file PointerUnion.h.

◆ SecondInfo

template<typename T , typename U >
using llvm::DenseMapInfo< PointerUnion< T, U > >::SecondInfo = DenseMapInfo<U>

Definition at line 467 of file PointerUnion.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T , typename U >
static Pair llvm::DenseMapInfo< PointerUnion< T, U > >::getEmptyKey ( )
inlinestatic

Definition at line 469 of file PointerUnion.h.

◆ getHashValue()

template<typename T , typename U >
static unsigned llvm::DenseMapInfo< PointerUnion< T, U > >::getHashValue ( const Pair PairVal)
inlinestatic

Definition at line 475 of file PointerUnion.h.

References llvm::PointerUnion< PT1, PT2 >::getOpaqueValue().

◆ getTombstoneKey()

template<typename T , typename U >
static Pair llvm::DenseMapInfo< PointerUnion< T, U > >::getTombstoneKey ( )
inlinestatic

Definition at line 471 of file PointerUnion.h.

◆ isEqual()

template<typename T , typename U >
static bool llvm::DenseMapInfo< PointerUnion< T, U > >::isEqual ( const Pair LHS,
const Pair RHS 
)
inlinestatic

Definition at line 480 of file PointerUnion.h.

References isEqual().


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