Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DHashBuilderTest.cpp113 enum TestEnumeration : uint16_t { TE_One = 1, TE_Two = 2 }; in TYPED_TEST() enumerator
114 TestEnumeration Enum = TE_Two; in TYPED_TEST()