Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp273 llvm::raw_string_ostream TempOut(Buf); in printJson() local
275 dumpToStream(TempOut); in printJson()
277 Out << JsonFormat(TempOut.str(), AddQuotes); in printJson()
H A DCheckerManager.cpp731 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 DMachORewriteInstance.cpp482 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 DDWARFRewriter.cpp1573 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 DRewriteInstance.cpp3096 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 DStmtPrinter.cpp2745 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 DCFG.cpp6081 llvm::raw_string_ostream TempOut(Buf); in printTerminatorJson() local
6083 printTerminator(TempOut, LO); in printTerminatorJson()
6085 Out << JsonFormat(TempOut.str(), AddQuotes); in printTerminatorJson()