Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/
Dupdate_test_checks.py127 include_generated_funcs = common.find_arg_in_test(ti,
Dupdate_llc_test_checks.py128 include_generated_funcs = common.find_arg_in_test(ti,
Dupdate_cc_test_checks.py274 include_generated_funcs = common.find_arg_in_test(ti,
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py607 def find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global): function