LLVM 22.0.0git
llvm::DenseMapInfo< hash_code, void > Struct Reference

#include "llvm/ADT/Hashing.h"

Inheritance diagram for llvm::DenseMapInfo< hash_code, void >:
[legend]

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

Definition at line 656 of file Hashing.h.

Member Function Documentation

◆ getEmptyKey()

hash_code llvm::DenseMapInfo< hash_code, void >::getEmptyKey ( )
inlinestatic

Definition at line 657 of file Hashing.h.

◆ getHashValue()

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

Definition at line 659 of file Hashing.h.

◆ getTombstoneKey()

hash_code llvm::DenseMapInfo< hash_code, void >::getTombstoneKey ( )
inlinestatic

Definition at line 658 of file Hashing.h.

◆ isEqual()

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

Definition at line 662 of file Hashing.h.

References LHS, and RHS.


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