/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 129 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 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() function in NativeFile 900 Status SerialPort::Close() { in Close() function in SerialPort
|
H A D | Socket.cpp | 271 Status Socket::Close() { Close() function in Socket
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_utils.cpp | 131 void LogWriter::Close(LogWriter *LW) { in Close() function in __xray::LogWriter
|
/llvm-project/lldb/source/Host/windows/ |
H A D | HostProcessWindows.cpp | 96 void HostProcessWindows::Close() { in Close() function in HostProcessWindows
|
H A D | PipeWindows.cpp | 259 void PipeWindows::Close() { Close() function in PipeWindows
|
/llvm-project/lldb/source/API/ |
H A D | SBFile.cpp | 106 SBError SBFile::Close() { Close() function in SBFile
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | Bracket.cpp |
|
/llvm-project/flang/lib/Parser/ |
H A D | source.cpp | 177 void SourceFile::Close() { in Close() function in Fortran::parser::SourceFile
|
/llvm-project/flang/runtime/ |
H A D | pseudo-unit.cpp | 118 void PseudoOpenFile::Close(CloseStatus, IoErrorHandler &handler) { in Close() function in Fortran::runtime::io::PseudoOpenFile
|
H A D | file.cpp | 175 void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { in Close() function in Fortran::runtime::io::OpenFile
|
/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 248 void PipePosix::Close() { in Close() function in PipePosix
|
/llvm-project/llvm/unittests/Support/ |
H A D | Path.cpp | 1767 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 D | RAIIObjectsForParser.h | 422 tok::TokenKind Kind, Close, FinalToken; variable
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderPerf.cpp | 386 Close.Id = static_cast<uint32_t>(PerfJITRecordType::JIT_CODE_CLOSE); in registerJITLoaderPerfEndImpl() local
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 1101 Status Close() override { Close() function in __anon1d176e400111::OwnedPythonFile 1192 Status Close() override { Close() function in __anon1d176e400411::PythonIOFile
|
/llvm-project/bolt/lib/Profile/ |
H A D | DataAggregator.cpp | 339 auto Close = make_scope_exit([&] { sys::fs::closeFile(*FD); }); checkPerfDataMagic() local
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 112 SourceLocation Close = SilenceableCondVal.getEnd(); HandleUnreachable() local
|
H A D | SemaExpr.cpp | 20012 SourceLocation Close = getLocForEndOfToken(E->getSourceRange().getEnd()); DiagnoseAssignmentAsCondition() local
|