Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py207 func_body): argument
210 func_body.pop(0)
212 if not func_body:
217 first_line = func_body[0]
225 for func_line in func_body:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py675 func_body = str(func_dict[checkprefix][func_name]).splitlines()
679 output_lines.append('%s %s: %s' % (comment_marker, checkprefix, func_body[0]))
680 for func_line in func_body[1:]:
689 func_body = generalize_check_lines(func_body, is_analyze, vars_seen, global_vars_seen)
704 for func_line in func_body: