Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/DataFormatter/
H A DFormattersContainerTest.cpp154 TypeMatcher without_prefix(RegularExpression("")); in TEST() local
157 EXPECT_TRUE(without_prefix.CreatedBySameMatchString(without_prefix)); in TEST()