Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h174 return ContainsRegex(regex.pattern()); in MakeDeathTestMatcher()
177 return ContainsRegex(regex); in MakeDeathTestMatcher()
181 return ContainsRegex(regex); in MakeDeathTestMatcher()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp786 testing::AllOf(testing::ContainsRegex("line 3, in foo"), in TEST_F()
787 testing::ContainsRegex("line 5, in bar"), in TEST_F()
788 testing::ContainsRegex("line 7, in baz"), in TEST_F()
789 testing::ContainsRegex("ZeroDivisionError"))))); in TEST_F()
806 testing::ContainsRegex("unprintable MyError")))); in TEST_F()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex() function
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex() function
688 return ContainsRegex(new internal::RE(regex)); in ContainsRegex()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp25 using testing::ContainsRegex;