Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_analyze_test_checks.py69 input_lines = [l.rstrip() for l in f]
71 first_line = input_lines[0] if input_lines else ""
81 run_lines = common.find_run_lines(test, input_lines)
139 for input_line in input_lines:
H A Dupdate_mir_test_checks.py284 input_lines = [l.rstrip() for l in fd]
287 first_line = input_lines[0] if input_lines else ""
298 triple_in_ir = find_triple_in_ir(input_lines, args.verbose)
299 run_lines = common.find_run_lines(test, input_lines)
302 simple_functions = find_functions_with_one_bb(input_lines, args.verbose)
338 for input_line in input_lines:
H A Dupdate_mca_test_checks.py434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument
441 for input_line in input_lines:
522 if input_lines == output_lines:
547 input_lines = [l.rstrip() for l in f]
549 run_lines = common.find_run_lines(test_path, input_lines)
554 input_lines,
H A Dupdate_llc_test_checks.py51 for l in ti.input_lines:
/netbsd-src/usr.bin/patch/
H A Dpatch.c92 LINENUM input_lines = 0; /* how long is input file in lines */ variable
439 input_lines = 0; in reinitialize_almost_everything()
659 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1; in locate_hunk()
672 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz)) in locate_hunk()
992 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line); in spew_output()
994 if (input_lines) in spew_output()
995 copy_till(input_lines, true); /* dump remainder of file */ in spew_output()
1043 if (iline == input_lines) { in patch_match()
H A Dinp.c355 input_lines = iline - 1; in plan_a()
447 input_lines = i - 1; in plan_b()
470 if (line < 1 || line > input_lines) { in ifetch()
H A Dcommon.h120 extern LINENUM input_lines; /* how long is input file in lines */
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py54 def __init__(self, test, parser, script_name, input_lines, args, argv, argument
64 self.input_lines = input_lines
65 self.run_lines = find_run_lines(test, self.input_lines)
77 for line_num, input_line in enumerate(self.input_lines):
105 input_lines = [l.rstrip() for l in f]
110 first_line = input_lines[0] if input_lines else ""
120 yield TestInfo(test, parser, script_name, input_lines, args, argv,
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format395 def create_tree(input_lines, mode): argument
406 for line in input_lines:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/
H A Dvimrc145 let l:input_lines = split(system(l:the_command, l:process_input), "\n")
148 for l:input_line in l:input_lines
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c1140 struct line_data *input_lines = NULL; in main() local
1299 input_lines = findlines (input_data, input_size, &input_nlines); in main()
1302 i = parse_input (input_lines, input_nlines, in main()