Searched refs:write_file (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | check-analyzer-fixit.py | 35 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 D | check_clang_tidy.py | 42 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 D | message-converter.pl | 282 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 D | generate-def.pl | 152 write_file( $output, \$bulk );
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | Build.pm | 146 write_file( $progress, tstr() . ": " . $line, -append => 1 ); 148 write_file( $progress, "\n", -append => 1 );
|
| H A D | tools.pm | 1521 sub write_file($$@) { subroutine
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/Inputs/ |
| H A D | custom_command.py | 15 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 D | BUILD.gn | 32 write_file("$target_out_dir/llvm.srcdir.txt", rebase_path("."))
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/ |
| H A D | CommandScriptImmediateOutputFile.test | 13 # RUN: -o 'command script add -f custom_command.write_file mywrite' \
|