Home
last modified time | relevance | path

Searched refs:write_file (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcheck-analyzer-fixit.py35 def write_file(file_name, text): function
59 write_file(temp_file_name, cleaned_test)
62 write_file(original_file_name, cleaned_test)
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/
H A Dcheck_clang_tidy.py42 def write_file(file_name, text): function
165 write_file(self.temp_file_name, cleaned_test)
166 write_file(self.original_file_name, cleaned_test)
194 write_file(messages_file, clang_tidy_output)
204 write_file(notes_file, '\n'.join(filtered_output))
/llvm-project-15.0.7/openmp/runtime/tools/
H A Dmessage-converter.pl282 write_file( $file, \$bulk );
307 write_file( $file, \$bulk );
372 write_file( $file, \$bulk );
405 write_file( $file, \$bulk, -layer => ":utf8" );
452 write_file( $file, \$bulk, -binary => 1 );
H A Dgenerate-def.pl152 write_file( $output, \$bulk );
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A DBuild.pm146 write_file( $progress, tstr() . ": " . $line, -append => 1 );
148 write_file( $progress, "\n", -append => 1 );
H A Dtools.pm1521 sub write_file($$@) { subroutine
/llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/Inputs/
H A Dcustom_command.py15 def write_file(debugger, command, exe_ctx, result, internal_dict): function
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/
H A DBUILD.gn32 write_file("$target_out_dir/llvm.srcdir.txt", rebase_path("."))
/llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/
H A DCommandScriptImmediateOutputFile.test13 # RUN: -o 'command script add -f custom_command.write_file mywrite' \