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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

static hash_code getEmptyKey ()
 
static hash_code getTombstoneKey ()
 
static unsigned getHashValue (hash_code val)
 
static bool isEqual (hash_code LHS, hash_code RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< hash_code >

Definition at line 265 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 266 of file DenseMapInfo.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< hash_code >::getHashValue ( hash_code  val)
inlinestatic

Definition at line 268 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 267 of file DenseMapInfo.h.

◆ isEqual()

static bool llvm::DenseMapInfo< hash_code >::isEqual ( hash_code  LHS,
hash_code  RHS 
)
inlinestatic

Definition at line 269 of file DenseMapInfo.h.


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