Searched refs:function_re (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | asm.py | 368 scrubber, function_re = handler 370 function_re, scrubber, [args], raw_tool_output, prefixes,
|
D | common.py | 261 def build_function_body_dictionary(function_re, scrubber, scrubber_args, raw_tool_output, prefixes,… argument 262 for m in function_re.finditer(raw_tool_output):
|