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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

static int getEmptyKey ()
 
static int getTombstoneKey ()
 
static unsigned getHashValue (const int &Val)
 
static bool isEqual (const int &LHS, const int &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< int >

Definition at line 130 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

static int llvm::DenseMapInfo< int >::getEmptyKey ( )
inlinestatic

Definition at line 131 of file DenseMapInfo.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< int >::getHashValue ( const int &  Val)
inlinestatic

Definition at line 133 of file DenseMapInfo.h.

◆ getTombstoneKey()

static int llvm::DenseMapInfo< int >::getTombstoneKey ( )
inlinestatic

Definition at line 132 of file DenseMapInfo.h.

◆ isEqual()

static bool llvm::DenseMapInfo< int >::isEqual ( const int &  LHS,
const int &  RHS 
)
inlinestatic

Definition at line 135 of file DenseMapInfo.h.


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