Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py84 def do_scrub(body, scrubber, scrubber_args, extra): argument
85 if scrubber_args:
86 local_args = copy.deepcopy(scrubber_args)
89 return scrubber(body, *scrubber_args)
99 def build_function_body_dictionary(function_re, scrubber, scrubber_args, raw_tool_output, prefixes,… argument
105 scrubbed_body = do_scrub(body, scrubber, scrubber_args, extra = False)
106 scrubbed_extra = do_scrub(body, scrubber, scrubber_args, extra = True)