Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp175 void EntryPointStat::dumpStatsAsCSV(llvm::StringRef FileName) { in dumpStatsAsCSV() function in EntryPointStat
180 dumpStatsAsCSV(File); in dumpStatsAsCSV()
183 void EntryPointStat::dumpStatsAsCSV(llvm::raw_ostream &OS) { in dumpStatsAsCSV() function in EntryPointStat
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEntryPointStats.h31 static void dumpStatsAsCSV(llvm::raw_ostream &OS);
32 static void dumpStatsAsCSV(llvm::StringRef FileName);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp655 EntryPointStat::dumpStatsAsCSV(Opts.DumpEntryPointStatsToCSV); in HandleTranslationUnit()