LLVM 23.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 constexpr hash_code getEmptyKey ()
static constexpr hash_code getTombstoneKey ()
static constexpr unsigned getHashValue (hash_code val)
static constexpr bool isEqual (hash_code LHS, hash_code RHS)

Detailed Description

Definition at line 656 of file Hashing.h.

Member Function Documentation

◆ getEmptyKey()

constexpr hash_code llvm::DenseMapInfo< hash_code, void >::getEmptyKey ( )
inlinestaticconstexpr

Definition at line 657 of file Hashing.h.

◆ getHashValue()

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

Definition at line 659 of file Hashing.h.

◆ getTombstoneKey()

constexpr hash_code llvm::DenseMapInfo< hash_code, void >::getTombstoneKey ( )
inlinestaticconstexpr

Definition at line 658 of file Hashing.h.

◆ isEqual()

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

Definition at line 662 of file Hashing.h.

References LHS, and RHS.


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