Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dregex.cpp14 void test_matched(const regex_t *preg, const char *string) { in test_matched() function
49 test_matched(&regex, "abc"); in main()
50 test_matched(&regex, "ABC"); in main()