Home
last modified time | relevance | path

Searched refs:writelines (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/utils/
H A Dllvm-original-di-preservation.py310 fileout.writelines(html_header)
311 fileout.writelines(table_di_loc)
312 fileout.writelines(new_line)
314 fileout.writelines(new_line)
315 fileout.writelines(new_line)
316 fileout.writelines(table_di_sp)
317 fileout.writelines(new_line)
319 fileout.writelines(new_line)
320 fileout.writelines(new_line)
322 fileout.writelines(new_line)
[all …]
H A Dchunk-print-before-all.py22 f.writelines(lines)
43 f.writelines(cur)
H A Dsort_includes.py82 f.writelines(lines)
H A Dupdate_analyze_test_checks.py180 f.writelines(['{}\n'.format(l).encode('utf-8') for l in output_lines])
H A Dupdate_llc_test_checks.py226 f.writelines(['{}\n'.format(l).encode('utf-8') for l in output_lines])
H A Dupdate_test_checks.py214 f.writelines(['{}\n'.format(l).encode('utf-8') for l in output_lines])
H A Dupdate_cc_test_checks.py417 f.writelines(['{}\n'.format(l).encode('utf-8') for l in output_lines])
H A Dupdate_mca_test_checks.py530 f.writelines(['{}\n'.format(l).encode('utf-8') for l in output_lines])
H A Dupdate_mir_test_checks.py420 fd.writelines(['{}\n'.format(l).encode('utf-8') for l in output_lines])
/llvm-project-15.0.7/polly/test/
H A Dupdate_check.py422 def writelines(lines): function
429 writelines(uptonowlines)
433 writelines(checklines)
435 writelines(emptylines)
442 writelines(headerlines)
445 writelines(checklines)
447 writelines(contentlines)
448 writelines(uptonowlines)
449 writelines(emptylines)
451 writelines(newlines)
[all …]
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dsymbol_exports.py40 open(args.output, 'w').writelines(output_lines)
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_abi_list.py37 args.output.writelines('\n'.join(sorted(lines)))
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py18 handle.writelines(content)
27 handle.writelines(content)
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py113 def writelines(self, sequence): member in fdspawn
H A Dpopen_spawn.py122 def writelines(self, sequence): member in PopenSpawn
H A Dpty_spawn.py495 def writelines(self, sequence): member in spawn
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py492 f.writelines(checks)
497 f.writelines(checks_alias)
H A Drename_check.py90 f.writelines(not_matching_lines)
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py530 handle.writelines(opts['error_output'])