Searched refs:TempOut (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 273 llvm::raw_string_ostream TempOut(Buf); in printJson() local 275 dumpToStream(TempOut); in printJson() 277 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| H A D | CheckerManager.cpp | 731 llvm::raw_svector_ostream TempOut(TempBuf); in runCheckersForPrintStateJson() local 747 CT.second->printState(TempOut, State, /*NL=*/NewLine.c_str(), /*Sep=*/""); in runCheckersForPrintStateJson() 763 CT.second->printState(TempOut, State, /*NL=*/NewLine.c_str(), /*Sep=*/""); in runCheckersForPrintStateJson()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 482 std::unique_ptr<::llvm::ToolOutputFile> TempOut = in emitAndLink() local 488 TempOut->keep(); in emitAndLink() 491 std::make_unique<buffer_ostream>(TempOut->os()); in emitAndLink()
|
| H A D | DWARFRewriter.cpp | 1573 std::unique_ptr<ToolOutputFile> TempOut = in writeDWOFiles() local 1583 std::unique_ptr<MCStreamer> Streamer = TmpBC->createStreamer(TempOut->os()); in writeDWOFiles() 1639 TempOut->keep(); in writeDWOFiles()
|
| H A D | RewriteInstance.cpp | 3096 std::unique_ptr<ToolOutputFile> TempOut = in emitAndLink() local 3101 std::make_unique<buffer_ostream>(TempOut->os()); in emitAndLink() 3199 TempOut->keep(); in emitAndLink()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2745 llvm::raw_string_ostream TempOut(Buf); in printJson() local 2747 printPretty(TempOut, Helper, Policy); in printJson() 2749 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 6081 llvm::raw_string_ostream TempOut(Buf); in printTerminatorJson() local 6083 printTerminator(TempOut, LO); in printTerminatorJson() 6085 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()
|