Home
last modified time | relevance | path

Searched defs:Close (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h129 static void Close(handle_type h) { Close() function
151 static void Close(handle_type h) { Close() function
167 static void Close(handle_type h) { Close() function
177 static void Close(handle_type h) { Close() function
/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp53 bool FileAction::Close(int fd) { in Close() function in FileAction
H A DFile.cpp115 Status File::Close() { return Flush(); } in Close() function in File
315 Status NativeFile::Close() { in Close() function in NativeFile
900 Status SerialPort::Close() { in Close() function in SerialPort
H A DSocket.cpp271 Status Socket::Close() { Close() function in Socket
/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp131 void LogWriter::Close(LogWriter *LW) { in Close() function in __xray::LogWriter
/llvm-project/lldb/source/Host/windows/
H A DHostProcessWindows.cpp96 void HostProcessWindows::Close() { in Close() function in HostProcessWindows
H A DPipeWindows.cpp259 void PipeWindows::Close() { Close() function in PipeWindows
/llvm-project/lldb/source/API/
H A DSBFile.cpp106 SBError SBFile::Close() { Close() function in SBFile
/llvm-project/clang-tools-extra/pseudo/lib/
H A DBracket.cpp
/llvm-project/flang/lib/Parser/
H A Dsource.cpp177 void SourceFile::Close() { in Close() function in Fortran::parser::SourceFile
/llvm-project/flang/runtime/
H A Dpseudo-unit.cpp118 void PseudoOpenFile::Close(CloseStatus, IoErrorHandler &handler) { in Close() function in Fortran::runtime::io::PseudoOpenFile
H A Dfile.cpp175 void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { in Close() function in Fortran::runtime::io::OpenFile
/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp248 void PipePosix::Close() { in Close() function in PipePosix
/llvm-project/llvm/unittests/Support/
H A DPath.cpp1767 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); TEST_F() local
1993 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); TEST_F() local
2014 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); TEST_F() local
2057 auto Close = make_scope_exit([&] { fs::closeFile(*FD); }); TEST_F() local
/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h422 tok::TokenKind Kind, Close, FinalToken; variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp386 Close.Id = static_cast<uint32_t>(PerfJITRecordType::JIT_CODE_CLOSE); in registerJITLoaderPerfEndImpl() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1101 Status Close() override { Close() function in __anon1d176e400111::OwnedPythonFile
1192 Status Close() override { Close() function in __anon1d176e400411::PythonIOFile
/llvm-project/bolt/lib/Profile/
H A DDataAggregator.cpp339 auto Close = make_scope_exit([&] { sys::fs::closeFile(*FD); }); checkPerfDataMagic() local
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp112 SourceLocation Close = SilenceableCondVal.getEnd(); HandleUnreachable() local
H A DSemaExpr.cpp20012 SourceLocation Close = getLocForEndOfToken(E->getSourceRange().getEnd()); DiagnoseAssignmentAsCondition() local