clang API Documentation

Defines | Functions
AnalyzerStatsChecker.cpp File Reference
#include "ClangSACheckers.h"
#include "clang/AST/DeclObjC.h"
#include "clang/Basic/SourceManager.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for AnalyzerStatsChecker.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "StatsChecker"

Functions

 STATISTIC (NumBlocks,"The # of blocks in top level functions")
 STATISTIC (NumBlocksUnreachable,"The # of unreachable blocks in analyzing top level functions")

Define Documentation

#define DEBUG_TYPE   "StatsChecker"

Definition at line 27 of file AnalyzerStatsChecker.cpp.


Function Documentation

STATISTIC ( NumBlocks  ,
"The # of blocks in top level functions"   
)
STATISTIC ( NumBlocksUnreachable  ,
"The # of unreachable blocks in analyzing top level functions"   
)