Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_llc_test_checks.py138 scrubber, function_re = output_type.get_run_handler(triple)
139 builder.process_run_line(function_re, scrubber, raw_tool_output, prefixes, True)
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Ddiag.t56 my $function_re = join '|', @functions;
58 "(?<routine>\\bDIE\\b|$function_re)";
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py522 def process_run_line(self, function_re, scrubber, raw_tool_output, prefixes, is_backend): argument
524 for m in function_re.finditer(raw_tool_output):