/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | Logger.py | 16 def close(self): member in NopLogger 30 def close(self): member in StdoutLogger 56 def close(self): member in FileLogger 132 def close(self): member in Logger
|
/llvm-project/clang/test/FixIt/ |
H A D | selector-fixit.m | 8 - (void)close; method 15 - (void)close { } method
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_ast_print.cpp | 20 T i, j, a[20], always, close; in tmain() local 234 int i, j, a[20], always, close; in main() local 379 T i, j, a[20], always, close; in tmain() local 824 int i, j, a[20], always, close; in main() local 1185 int i, j, a[20], always, close; in main() local
|
H A D | target_map_messages.cpp | 638 T to, tofrom, always, close, present; in tmain() local 791 int to, tofrom, always, close, present; in main() local
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | IOStream.cpp | 56 from_socket(SOCKET s,bool close) from_socket() argument 64 from_file(int fd,bool close) from_file() argument
|
/llvm-project/libc/src/__support/File/ |
H A D | dir.cpp | 53 int Dir::close() { close() function in LIBC_NAMESPACE::Dir
|
H A D | file.h | 209 int close() { close() function
|
/llvm-project/libc/include/llvm-libc-types/ |
H A D | cookie_io_functions_t.h | 25 cookie_close_function_t *close; member
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | ThreadsafeFS.cpp | 66 std::error_code close() override { return Wrapped->close(); } in close() function in clang::clangd::__anonf691518a0111::VolatileFileSystem::VolatileFile
|
/llvm-project/libc/src/spawn/linux/ |
H A D | posix_spawn.cpp | 53 void close(int fd) { LIBC_NAMESPACE::syscall_impl<long>(SYS_close, fd); } close() function
|
/llvm-project/libcxx/src/filesystem/ |
H A D | directory_iterator.cpp | 91 error_code close() noexcept { in close() function in __dir_stream 152 error_code close() noexcept { in close() function in __dir_stream
|
H A D | file_descriptor.h | 165 void close() noexcept { close() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 128 int close(int fd) { in close() function
|
/llvm-project/clang/test/Analysis/ |
H A D | fuchsia_handle.cpp | 383 void close() { in close() function 404 void close() { in close() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 46 void close() { in close() function
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
H A D | lldbgdbserverutils.py | 1095 def close(self): member in Pipe 1116 def close(self): member in Pipe
|
/llvm-project/lldb/unittests/Host/ |
H A D | FileSystemTest.cpp | 32 std::error_code close() override { return std::error_code(); } in close() function
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 334 std::error_code close() override { return {}; } close() function in __anon0e65c28c0311::DepScanFile
|
/llvm-project/lldb/test/API/python_api/file_handle/ |
H A D | TestFileHandle.py | 69 def close(self): member in FlushTestIO
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 91 DECLARE__REAL_AND_INTERNAL(uptr, close, fd_t fd) { in DECLARE__REAL_AND_INTERNAL() argument
|
/llvm-project/libc/src/__support/RPC/ |
H A D | rpc.h |
|
/llvm-project/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 806 void raw_fd_ostream::close() { close() function in raw_fd_ostream
|
H A D | VirtualFileSystem.cpp | 244 std::error_code RealFile::close() { in close() function in RealFile 745 std::error_code close() override { return {}; } close() function in llvm::vfs::detail::__anoneadfb2db0511::InMemoryFileAdaptor 2518 std::error_code close() override { return InnerFile->close(); } close() function in __anoneadfb2db0d11::FileWithFixedStatus
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.cpp | 464 std::error_code close() override { in close() function in clang::clangd::__anon0b7b15160111::TimerFile
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassRegistry.cpp | 596 size_t close = StringRef::npos; parsePipelineText() local
|