/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 96 HandleTraits::Close(Handle); in ~ScopedHandle() 107 HandleTraits::Close(Handle); 129 static void Close(handle_type h) { in Close() function 151 static void Close(handle_type h) { in Close() function 167 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 422 tok::TokenKind Kind, Close, FinalToken; variable 447 Close = tok::r_brace; 451 Close = tok::r_paren; 456 Close = tok::r_square; 482 if (P.Tok.is(Close)) { in consumeClose() 485 } else if (P.Tok.is(tok::semi) && P.NextToken().is(Close)) { in consumeClose() 488 << Close << FixItHint::CreateRemoval(SourceRange(SemiLoc, SemiLoc)); in consumeClose()
|
/freebsd/contrib/libxo/tests/xo/saved/ |
H A D | xo_02.HIPx.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.HP.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.J.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.JP.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.T.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.X.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.XP.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
H A D | xo_02.H.err | 2 --close <path> Close tags for the given path 3 --close-instance <name> Close an open instance name 4 --close-list <name> Close an open list name
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | File.h | 64 (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(); } in ~NativeFile() 396 Status Close() override; 479 Status Close() override;
|
H A D | FileAction.h | 30 bool Close(int fd);
|
H A D | PipeBase.h | 54 virtual void Close() = 0;
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/java_api/ |
H A D | Makefile | 12 tst.Close.ksh \ 13 tst.Close.ksh.out \
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | case_file.cc | 282 Close(); in ReEvaluate() 394 Close(); in ReEvaluate() 399 Close(); in ReEvaluate() 429 Close(); in ReEvaluate() 697 Close(); in CloseIfSolved() 997 CaseFile::Close() in Close() function in CaseFile 1036 Close(); in OnGracePeriodEnded() 1050 Close(); in OnGracePeriodEnded() 1068 Close(); in OnGracePeriodEnded()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFile.cpp | 106 SBError SBFile::Close() { in Close() function in SBFile 110 Status status = m_opaque_sp->Close(); in Close()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_utils.cpp | 131 void LogWriter::Close(LogWriter *LW) { in Close() function in __xray::LogWriter 194 void LogWriter::Close(LogWriter *LW) {
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | TCPSocket.cpp | 142 error = Close(); in CreateSocket() 173 Close(); in Connect() 178 Close(); in Connect()
|
H A D | FileAction.cpp | 53 bool FileAction::Close(int fd) { in Close() function in FileAction
|
H A D | File.cpp | 115 Status File::Close() { return Flush(); } in Close() function in File 315 Status NativeFile::Close() { in Close() 900 Status SerialPort::Close() { 902 return NativeFile::Close(); 308 Status NativeFile::Close() { Close() function in NativeFile 862 Status SerialPort::Close() { Close() function in SerialPort
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 101 void printClose(char Close = ')') { 103 *this += Close;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | IOObject.h | 38 virtual Status Close() = 0;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBFile.h | 41 SBError Close();
|
/freebsd/stand/efi/include/ |
H A D | efitcp.h | 214 EFI_TCP4_CLOSE Close; member 386 EFI_TCP6_CLOSE Close; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | PipePosix.h | 62 // Close both descriptors 63 void Close() override;
|