Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/UpdateTestChecks/
Dasm.py368 scrubber, function_re = handler
370 function_re, scrubber, [args], raw_tool_output, prefixes,
Dcommon.py261 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):