LLVM 23.0.0git
TypeHashing.cpp File Reference

Go to the source code of this file.

Variables

LocallyHashedType DenseMapInfo< LocallyHashedType >::Empty {0, {}}
static std::array< uint8_t, 8 > EmptyHash
GloballyHashedType DenseMapInfo< GloballyHashedType >::Empty {EmptyHash}

Variable Documentation

◆ DenseMapInfo< GloballyHashedType >::Empty

◆ DenseMapInfo< LocallyHashedType >::Empty

◆ EmptyHash

std::array<uint8_t, 8> EmptyHash
static
Initial value:
= {
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}

Definition at line 19 of file TypeHashing.cpp.