Searched refs:scrubber_args (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 223 def do_scrub(body, scrubber, scrubber_args, extra): argument 224 if scrubber_args: 225 local_args = copy.deepcopy(scrubber_args) 228 return scrubber(body, *scrubber_args) 261 def build_function_body_dictionary(function_re, scrubber, scrubber_args, raw_tool_output, prefixes,… argument 275 scrubbed_body = do_scrub(body, scrubber, scrubber_args, extra = False) 276 scrubbed_extra = do_scrub(body, scrubber, scrubber_args, extra = True)
|