Home
last modified time | relevance | path

Searched refs:EmptyHash (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp20 static std::array<uint8_t, 8> EmptyHash = { variable
25 GloballyHashedType DenseMapInfo<GloballyHashedType>::Empty{EmptyHash};
/llvm-project-15.0.7/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp118 TEST(MinimizeSourceToDependencyDirectivesTest, EmptyHash) { in TEST() argument