Searched refs:Close (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h96 HandleTraits::Close(Handle);
107 HandleTraits::Close(Handle);
129 static void Close(handle_type h) { function in struct:llvm::CommonHandleTraits
151 static void Close(handle_type h) { function in struct:llvm::CryptContextTraits
167 static void Close(handle_type h) { function in struct:llvm::RegTraits
177 static void Close(handle_type h) { function in struct:llvm::FindHandleTraits
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h30 bool Close(int fd);
H A DPipeBase.h53 // Close both descriptors
54 virtual void Close() = 0;
H A DFile.h64 (1u << 30), // Close the file when executing a new process
114 /// After Close() the file will be invalid.
118 Status Close() override;
390 ~NativeFile() override { Close(); }
396 Status Close() override;
479 Status Close() override;
H A DSocket.h96 Status Close() override;
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/java_api/
H A DMakefile12 tst.Close.ksh \
13 tst.Close.ksh.out \
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h38 virtual Status Close() = 0;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFile.h41 SBError Close();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp106 SBError SBFile::Close() { function in class:SBFile
110 Status status = m_opaque_sp->Close();
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp53 bool FileAction::Close(int fd) { function in class:FileAction
H A DTCPSocket.cpp142 error = Close();
173 Close();
178 Close();
H A DFileCache.cpp58 error = file_up->Close();
H A DSocket.cpp80 Socket::~Socket() { Close(); }
272 Status Socket::Close() { function in class:Socket
278 LLDB_LOGF(log, "%p Socket::Close (fd = %" PRIu64 ")",
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h422 tok::TokenKind Kind, Close, FinalToken; member in class:clang::BalancedDelimiterTracker
447 Close = tok::r_brace;
451 Close = tok::r_paren;
456 Close = tok::r_square;
482 if (P.Tok.is(Close)) {
485 } else if (P.Tok.is(tok::semi) && P.NextToken().is(Close)) {
488 << Close << FixItHint::CreateRemoval(SourceRange(SemiLoc, SemiLoc));
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp386 RecHeader Close;
387 Close.Id = static_cast<uint32_t>(PerfJITRecordType::JIT_CODE_CLOSE);
388 Close.TotalSize = sizeof(Close);
389 Close.Timestamp = perf_get_timestamp();
390 State->Dumpstream->write(reinterpret_cast<const char *>(&Close),
391 sizeof(Close));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h101 void printClose(char Close = ')') {
103 *this += Close;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp131 void LogWriter::Close(LogWriter *LW) { function in class:__xray::LogWriter
194 void LogWriter::Close(LogWriter *LW) {
H A Dxray_utils.h46 static void Close(LogWriter *LogWriter);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h62 // Close both descriptors
63 void Close() override;
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dcase_file.h207 * \brief Close a case if it is no longer relevant.
335 virtual void Close();
H A Dcase_file.cc282 Close();
394 Close();
399 Close();
426 * Close the case now so we won't waste cycles in the
429 Close();
697 Close();
997 CaseFile::Close() function in class:CaseFile
1036 Close();
1050 Close();
1068 Close();
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp58 file.Close();
/freebsd-current/stand/efi/include/
H A Defitcp.h214 EFI_TCP4_CLOSE Close; member in struct:_EFI_TCP4
386 EFI_TCP6_CLOSE Close; member in struct:_EFI_TCP6
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp78 PipePosix::~PipePosix() { Close(); }
248 void PipePosix::Close() { function in class:PipePosix
H A DConnectionFileDescriptorPosix.cpp117 m_pipe.Close();
232 Status error = m_io_sp->Close();
238 // Close any pipes we were using for async interrupts
239 m_pipe.Close();

Completed in 236 milliseconds

12