Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
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_mir_test_checks.py327 input_lines = [l.rstrip() for l in fd]
329 triple_in_ir = find_triple_in_ir(input_lines, args.verbose)
330 run_lines = common.find_run_lines(test, input_lines)
333 simple_functions = find_functions_with_one_bb(input_lines, args.verbose)
360 for input_line in input_lines:
H A Dupdate_analyze_test_checks.py61 for l in ti.input_lines:
H A Dupdate_llc_test_checks.py51 for l in ti.input_lines:
/openbsd-src/usr.bin/patch/
H A Dpatch.c87 LINENUM input_lines = 0; /* how long is input file in lines */ variable
483 input_lines = 0; in reinitialize_almost_everything()
708 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1; in locate_hunk()
723 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz)) in locate_hunk()
1041 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
1043 if (input_lines) in dump_line()
1044 copy_till(input_lines, true); /* dump remainder of file */ in dump_line()
1091 if (iline == input_lines) { in patch_match()
H A Dinp.c245 input_lines = iline - 1; in plan_a()
352 input_lines = i - 1; in plan_b()
376 if (line < 1 || line > input_lines) { in ifetch()
H A Ded.c276 for (i = input_lines; i > 0; i--) { in init_lines()
285 line_count = input_lines; in init_lines()
H A Dcommon.h108 extern LINENUM input_lines; /* how long is input file in lines */
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py158 def __init__(self, test, parser, script_name, input_lines, args, argv, argument
168 self.input_lines = input_lines
169 self.run_lines = find_run_lines(test, self.input_lines)
182 for line_num, input_line in enumerate(self.input_lines):
228 input_lines = [l.rstrip() for l in f]
233 first_line = input_lines[0] if input_lines else ""
244 for l in input_lines:
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A Dgit-clang-format455 def create_tree(input_lines, mode): argument
466 for line in input_lines:
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c1138 struct line_data *input_lines = NULL; in main() local
1300 input_lines = findlines (input_data, input_size, &input_nlines); in main()
1303 i = parse_input (input_lines, input_nlines, in main()