Home
last modified time | relevance | path

Searched refs:StreamIsValid (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp264 if (ValueGuard stream_guard = StreamIsValid()) { in GetDescriptor()
281 ValueGuard stream_guard = StreamIsValid(); in GetStream()
401 if (ValueGuard stream_guard = StreamIsValid()) { in SeekFromStart()
432 if (ValueGuard stream_guard = StreamIsValid()) { in SeekFromCurrent()
463 if (ValueGuard stream_guard = StreamIsValid()) { in SeekFromEnd()
481 if (ValueGuard stream_guard = StreamIsValid()) { in Flush()
563 if (ValueGuard file_lock = StreamIsValid()) { in Read()
627 if (ValueGuard stream_guard = StreamIsValid()) { in Write()
771 if (StreamIsValid()) { in PrintfVarArg()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h437 ValueGuard StreamIsValid() const { in StreamIsValid() function