Searched refs:scrub_body (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/ |
D | update_test_checks.py | 99 def scrub_body(body, tool_basename): function 122 scrubbed_body = scrub_body(m.group('body'), tool_basename)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | update_test_checks.py | 127 common.OPT_FUNCTION_RE, common.scrub_body, [],
|
D | update_analyze_test_checks.py | 130 common.ANALYZE_FUNCTION_RE, common.scrub_body, [],
|
D | update_cc_test_checks.py | 119 common.OPT_FUNCTION_RE, common.scrub_body, [],
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/ |
D | common.py | 74 def scrub_body(body): function
|