| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | FileEntry.h | 73 inline void closeFile() const; 377 void closeFile() const; 394 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MemoryBufferTest.cpp | 115 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F() 125 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F() 175 auto ReadCloser = make_scope_exit([&] { sys::fs::closeFile(pipes[0]); }); in TEST_F() 177 auto WriteCloser = make_scope_exit([&] { sys::fs::closeFile(pipes[1]); }); in TEST_F() 407 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F()
|
| H A D | Path.cpp | 1940 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); in TEST_F() 1961 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); in TEST_F() 2004 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileEntry.cpp | 24 void FileEntry::closeFile() const { File.reset(); } in closeFile() function in FileEntry
|
| H A D | FileManager.cpp | 466 RealFE->closeFile(); in getVirtualFileRef() 581 Entry->closeFile(); in getBufferForFile()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 193 Entry->closeFile(); in addModule() 198 Entry->closeFile(); in addModule() 202 Entry->closeFile(); in addModule()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-fdr-dump.cpp | 51 sys::fs::closeFile(*FDOrErr); in __anon94bca1c50102()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Caching.cpp | 55 sys::fs::closeFile(*FDOrErr); in localCache()
|
| H A D | MemoryBuffer.cpp | 262 sys::fs::closeFile(FD); in getFileAux() 531 sys::fs::closeFile(FD); in getFileAsStream()
|
| H A D | VirtualFileSystem.cpp | 235 std::error_code EC = sys::fs::closeFile(FD); in close()
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | HTTPServer.cpp | 42 sys::fs::closeFile(*FDOrErr); in streamFile()
|
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 228 sys::fs::closeFile(Fd); in loadYAML()
|
| H A D | Trace.cpp | 401 sys::fs::closeFile(*FdOrErr); in loadTraceFile()
|
| H A D | Profile.cpp | 276 sys::fs::closeFile(*FdOrErr); in loadProfile()
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | SparseTensorUtils.cpp | 1129 ~SparseTensorFile() { closeFile(); } in ~SparseTensorFile() 1141 void closeFile() { in closeFile() function in __anon2f09016c0111::SparseTensorFile 1391 stfile.closeFile(); in openSparseTensorCOO() 1843 stfile.closeFile(); in readSparseTensorShape()
|
| /llvm-project-15.0.7/clang/unittests/DirectoryWatcher/ |
| H A D | DirectoryWatcherTest.cpp | 82 closeFile(*ft); in addFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1213 std::error_code closeFile(file_t &F);
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 138 if (auto EC = sys::fs::closeFile(FD)) in getFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1049 std::error_code close_err = closeFile(pc.pc_fd); in SaveCore()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 409 sys::fs::closeFile(*FDOrErr); in tryLoadingBuffer()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | mod-file.cpp | 812 llvm::sys::fs::closeFile(native); in ~Temp()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1423 closeFile(handle); in writeTo()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataAggregator.cpp | 333 auto Close = make_scope_exit([&] { sys::fs::closeFile(*FD); }); in checkPerfDataMagic()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1327 std::error_code closeFile(file_t &F) {
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1261 std::error_code closeFile(file_t &F) {
|