Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
H A Dmatch.py19 for regex_str in regex_list:
20 report += 'Matching regex "%s":\n' % regex_str
21 matching_list = find_matching_symbols(symbol_list, regex_str)
33 def find_matching_symbols(symbol_list, regex_str): argument
34 regex = re.compile(regex_str)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc92 << NC.regex_str << "\"" in CheckCase()
98 << "Expected line \"" << line << "\" to match regex \"" << TC.regex_str in CheckCase()
104 << "End of output reached before match for regex \"" << TC.regex_str in CheckCase()
230 VLOG(2) << "checking for benchmarks matching " << p.regex_str << "...\n"; in CheckResults()
233 VLOG(2) << p.regex_str << " is not matched by " << r.name << "\n"; in CheckResults()
236 VLOG(2) << p.regex_str << " is matched by " << r.name << "\n"; in CheckResults()
331 : regex_str(std::move(re)), in TestCase()
333 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()
339 << "\n originally \"" << regex_str << "\"" in TestCase()
H A Doutput_test.h34 std::string regex_str; member
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc101 << NC.regex_str << "\"" in CheckCase()
107 << "Expected line \"" << line << "\" to match regex \"" << TC.regex_str in CheckCase()
113 << "End of output reached before match for regex \"" << TC.regex_str in CheckCase()
236 VLOG(2) << "checking for benchmarks matching " << p.regex_str << "...\n"; in CheckResults()
239 VLOG(2) << p.regex_str << " is not matched by " << r.name << "\n"; in CheckResults()
242 VLOG(2) << p.regex_str << " is matched by " << r.name << "\n"; in CheckResults()
340 : regex_str(std::move(re)), in TestCase()
342 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()
348 << "\n originally \"" << regex_str << "\"" in TestCase()
H A Doutput_test.h34 std::string regex_str; member