Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/llvm-project/clang/test/ClangScanDeps/Inputs/
H A Dtarget-filename-cdb.json5 "file": "DIR/target-filename_input.cpp" string
10 "file": "DIR/target-filename_input.cpp" string
15 "file": "DIR/target-filename_input.cpp" string
20 "file": "DIR/target-filename_input.cpp" string
25 "file": "DIR/target-filename_input.cpp" string
30 "file": "DIR/target-filename_input.cpp" string
35 "file": "DIR/target-filename_input.cpp" string
40 "file": "DIR/target-filename_input.cpp" string
45 "file": "DIR/target-filename_input.cpp" string
50 "file": "DIR/target-filename_input.cpp" string
[all …]
H A Dmodules_cdb.json5 "file": "DIR/modules_cdb_input2.cpp" string
10 "file": "DIR/modules_cdb_input.cpp" string
15 "file": "DIR/modules_cdb_input.cpp" string
20 "file": "DIR/modules_cdb_input.cpp" string
H A Dmodules_cdb_clangcl.json5 "file": "DIR/modules_cdb_input2.cpp" string
10 "file": "DIR/modules_cdb_input.cpp" string
15 "file": "DIR/modules_cdb_input.cpp" string
20 "file": "DIR/modules_cdb_input.cpp" string
H A Dregular_cdb_clangcl.json5 "file": "DIR/regular_cdb_input2.cpp" string
10 "file": "DIR/regular_cdb_input.cpp" string
15 "file": "DIR/regular_cdb_input.cpp" string
H A Dregular_cdb.json5 "file": "DIR/regular_cdb_input2.cpp" string
10 "file": "DIR/regular_cdb_input.cpp" string
15 "file": "DIR/regular_cdb_input.cpp" string
/llvm-project/libcxx/test/std/input.output/iostream.format/print.fun/
H A Dprintln.file.pass.cpp52 FILE* file = fopen(filename.c_str(), "wb"); global() variable
75 FILE* file = fopen(filename.c_str(), "wb"); test_wide_stream() local
94 FILE* file = fopen(filename.c_str(), "r"); test_read_only() local
112 FILE* file = fopen(filename.c_str(), "w"); test_new_line() local
124 FILE* file = fopen(filename.c_str(), "wb"); test_new_line() local
135 FILE* file = fopen(filename.c_str(), "w"); test_println_blank_line() local
147 FILE* file = fopen(filename.c_str(), "wb"); test_println_blank_line() local
[all...]
H A Dvprint_unicode.file.pass.cpp53 FILE* file = fopen(filename.c_str(), "wb"); global() variable
69 FILE* file = fopen(filename.c_str(), "wb"); global() variable
88 FILE* file = fopen(filename.c_str(), "wb"); test_wide_stream() local
107 FILE* file = fopen(filename.c_str(), "r"); test_read_only() local
125 FILE* file = fopen(filename.c_str(), "w"); test_new_line() local
137 FILE* file = fopen(filename.c_str(), "wb"); test_new_line() local
[all...]
H A Dvprint_nonunicode.file.pass.cpp46 FILE* file = fopen(filename.c_str(), "wb"); global() variable
62 FILE* file = fopen(filename.c_str(), "wb"); global() variable
81 FILE* file = fopen(filename.c_str(), "wb"); test_wide_stream() local
100 FILE* file = fopen(filename.c_str(), "r"); test_read_only() local
118 FILE* file = fopen(filename.c_str(), "w"); test_new_line() local
130 FILE* file = fopen(filename.c_str(), "wb"); test_new_line() local
[all...]
H A Dprint.file.pass.cpp49 FILE* file = fopen(filename.c_str(), "wb"); global() variable
72 FILE* file = fopen(filename.c_str(), "wb"); test_wide_stream() local
91 FILE* file = fopen(filename.c_str(), "r"); test_read_only() local
109 FILE* file = fopen(filename.c_str(), "w"); test_new_line() local
121 FILE* file = fopen(filename.c_str(), "wb"); test_new_line() local
[all...]
H A Dno_file_description.pass.cpp43 FILE* file = fmemopen(buffer.data(), buffer.size(), "wb"); test_print() local
57 FILE* file = fmemopen(buffer.data(), buffer.size(), "wb"); test_println() local
71 FILE* file = fmemopen(buffer.data(), buffer.size(), "wb"); test_println_blank_line() local
86 FILE* file = fmemopen(buffer.data(), buffer.size(), "wb"); test_vprint_unicode() local
102 FILE* file = fmemopen(buffer.data(), buffer.size(), "wb"); test_vprint_nonunicode() local
[all...]
/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c60 void expected_out(const char *file) { in expected_out()
73 void create_source(char *file) { in create_source()
114 char *const file = "execv.c"; in call_execv() local
127 char *const file = "execve.c"; in call_execve() local
141 char *const file = "execvp.c"; in call_execvp() local
154 char *const file = "execv_p.c"; in call_execvP() local
167 char *const file = "execvpe.c"; in call_execvpe() local
181 char *const file = "exect.c"; in call_exect() local
195 char *const file = "execl.c"; in call_execl() local
207 char *const file = "execlp.c"; in call_execlp() local
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/compilation-database/
H A Dtemplate.json5 "file": "test_dir/a/a.cpp" string
10 "file": "test_dir/a/b.cpp" string
15 "file": "test_dir/b/b.cpp" string
20 "file": "test_dir/b/c.cpp" string
25 "file": "test_dir/b/d.cpp" string
30 "file": "test_dir/include.cpp" string
35 "file": "test_dir/b/not-exist.cpp" string
/llvm-project/clang/tools/scan-build-py/tests/functional/src/compilation_database/
H A Dbuild_broken.json.in5 "file": "${path}/main.c" string
11 "file": "${path}/broken-one.c" string
17 "file": "${path}/broken-two.c" string
23 "file": "${path}/clean-one.c" string
29 "file": "${path}/clean-two.c" string
35 "file": "${path}/emit-one.c" string
41 "file": "${path}/emit-two.c" string
H A Dbuild_regular.json.in5 "file": "${path}/main.c" string
11 "file": "${path}/clean-one.c" string
17 "file": "${path}/clean-two.c" string
23 "file": "${path}/emit-one.c" string
29 "file": "${path}/emit-two.c" string
H A Dbuild_clean.json.in5 "file": "${path}/main.c" string
11 "file": "${path}/clean-one.c" string
17 "file": "${path}/clean-two.c" string
/llvm-project/clang/test/Index/
H A Dcompile_commands.json5 "file": "/home/john.doe/MyProject/project.cpp" string
10 "file": "/home/john.doe/MyProject/project2.cpp" string
15 "file": "/home/john.doe/MyProject/project2.cpp" string
/llvm-project/clang-tools-extra/test/clang-doc/Inputs/basic-project/
H A Ddatabase_template.json5 "file": "./src/Calculator.cpp" string
10 "file": "./src/Circle.cpp" string
15 "file": "./src/Rectangle.cpp" string
/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
/llvm-project/clang/bindings/python/tests/cindex/INPUTS/
H A Dcompile_commands.json5 "file": "/home/john.doe/MyProject/project.cpp" string
10 "file": "/home/john.doe/MyProject/project2.cpp" string
15 "file": "/home/john.doe/MyProject/project2.cpp" string
/llvm-project/libc/test/src/__support/File/
H A Dplatform_file_test.cpp25 File *file = openfile(FILENAME, "w"); in TEST() local
46 File *file = openfile(FILENAME, "w+"); TEST() local
66 File *file = openfile(FILENAME, "w"); TEST() local
95 File *file = openfile(FILENAME, "w"); TEST() local
127 File *file = openfile(FILENAME, "w"); TEST() local
154 File *file = openfile(FILENAME, "w"); TEST() local
183 File *file = openfile(FILENAME, "w"); TEST() local
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp20 const char *file, const int line) in Locker()
27 const char *file, const int line) in Locker()
34 const char *file, const int line) in Locker()
/llvm-project/lldb/source/Host/linux/
H A DSupport.cpp15 lldb_private::getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file) { in getProcFile()
27 lldb_private::getProcFile(::pid_t pid, const llvm::Twine &file) { in getProcFile()
37 lldb_private::getProcFile(const llvm::Twine &file) { in getProcFile()
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.cpp26 const char *file, int line, const char *predicate, bool pass) { in Test()
37 FailureDetailPrinter Match(const char *file, int line, std::uint64_t want, in Match()
50 FailureDetailPrinter Match(const char *file, int line, const char *want, in Match()
63 FailureDetailPrinter Match(const char *file, int line, const std::string &want, in Match()
68 FailureDetailPrinter Compare(const char *file, int line, const char *xs, in Compare()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h34 void Append(const FileSpec &file) { in Append() argument
37 void Append(std::shared_ptr<SupportFile> &&file) { in Append() argument
211 Insert(size_t idx,const FileSpec & file) Insert() argument
222 Replace(size_t idx,const FileSpec & file) Replace() argument
[all...]
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp61 const path file = env.create_file("file1", 42); in test_error_reporting() local
88 const path file = env.create_file("file", 42); in non_regular_file_test() local
109 const path file = env.create_file("file1", 42); in test_attributes_get_copied() local
123 const path file = env.create_file("file1", 42); in copy_dir_test() local
137 const path file = env.create_file("file1", 42); in copy_file() local

12345678910>>...19