Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp60 StreamString sstrm; in AppendErrorWithFormat() local
61 sstrm.PrintfVarArg(format, args); in AppendErrorWithFormat()
64 const std::string &s = std::string(sstrm.GetString()); in AppendErrorWithFormat()
76 StreamString sstrm; in AppendMessageWithFormat() local
77 sstrm.PrintfVarArg(format, args); in AppendMessageWithFormat()
80 GetOutputStream() << sstrm.GetString(); in AppendMessageWithFormat()
88 StreamString sstrm; in AppendNoteWithFormat() local
89 sstrm.PrintfVarArg(format, args); in AppendNoteWithFormat()
92 note(GetOutputStream()) << sstrm.GetString(); in AppendNoteWithFormat()
100 StreamString sstrm; in AppendWarningWithFormat() local
[all …]