Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_llc_test_checks.py142 include_generated_funcs = common.find_arg_in_test(ti,
H A Dupdate_test_checks.py136 include_generated_funcs = common.find_arg_in_test(ti,
H A Dupdate_cc_test_checks.py304 include_generated_funcs = common.find_arg_in_test(ti,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py875 def find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global): function