Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp728 SmallString<1024> TempBuf; in runCheckersForPrintStateJson() local
729 llvm::raw_svector_ostream TempOut(TempBuf); in runCheckersForPrintStateJson()
747 if (TempBuf.empty()) in runCheckersForPrintStateJson()
756 TempBuf.clear(); in runCheckersForPrintStateJson()
763 if (TempBuf.empty()) in runCheckersForPrintStateJson()
770 << '\"' << TempBuf.str().trim() << '\"' << NL; in runCheckersForPrintStateJson()
777 TempBuf.clear(); in runCheckersForPrintStateJson()