Home
last modified time | relevance | path

Searched refs:tmp_strm (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlInterpreter.cpp317 stringstream *tmp_strm = new stringstream; in findModule() local
318 (*tmp_strm) << moduleSource; in findModule()
319 input.reset( tmp_strm ); in findModule()
327 ifstream *tmp_strm = new ifstream; in findModule() local
328 tmp_strm->open(fileName.c_str()); in findModule()
330 if (!(*tmp_strm)) in findModule()
338 input.reset( tmp_strm ); in findModule()
/dports/multimedia/vvdec/vvdec-1.1.2/source/App/vvdecapp/
H A DvvdecHelper.h482 std::ostringstream tmp_strm; in getTimePointAsString() local
485 tmp_strm << std::setfill( '0' ) << std::setw( 6 ) << microsec.count(); in getTimePointAsString()
486 time_str += tmp_strm.str(); in getTimePointAsString()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectThread.cpp1726 StreamString tmp_strm;
1729 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal,
1734 result.AppendError(tmp_strm.GetString());
1738 result.GetOutputStream() << tmp_strm.GetString();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Commands/
H A DCommandObjectThread.cpp1909 StreamString tmp_strm; in DoExecute() local
1912 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1917 result.AppendError(tmp_strm.GetString()); in DoExecute()
1922 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1726 StreamString tmp_strm; in DoExecute() local
1729 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1734 result.AppendError(tmp_strm.GetString()); in DoExecute()
1738 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectThread.cpp1720 StreamString tmp_strm; in DoExecute() local
1723 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1728 result.AppendError(tmp_strm.GetString()); in DoExecute()
1732 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectThread.cpp1726 StreamString tmp_strm; in DoExecute() local
1729 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1734 result.AppendError(tmp_strm.GetString()); in DoExecute()
1738 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectThread.cpp1726 StreamString tmp_strm; in DoExecute() local
1729 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1734 result.AppendError(tmp_strm.GetString()); in DoExecute()
1738 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1965 StreamString tmp_strm; in DoExecute() local
1968 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1973 result.AppendError(tmp_strm.GetString()); in DoExecute()
1978 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectThread.cpp1771 StreamString tmp_strm; in DoExecute() local
1774 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1779 result.AppendError(tmp_strm.GetString()); in DoExecute()
1784 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectThread.cpp1771 StreamString tmp_strm; in DoExecute() local
1774 tmp_strm, tid, eDescriptionLevelFull, m_options.m_internal, in DoExecute()
1779 result.AppendError(tmp_strm.GetString()); in DoExecute()
1784 result.GetOutputStream() << tmp_strm.GetString(); in DoExecute()
/dports/comms/fldigi/fldigi-4.1.20/src/wefax/
H A Dwefax.cxx680 std::stringstream tmp_strm ; in to_string() local
681 tmp_strm << *this ; in to_string()
682 return tmp_strm.str(); in to_string()