clang API Documentation
#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"
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 DEBUG_TYPE "StatsChecker" |
Definition at line 27 of file AnalyzerStatsChecker.cpp.
| STATISTIC | ( | NumBlocks | , |
| "The # of blocks in top level functions" | |||
| ) |
| STATISTIC | ( | NumBlocksUnreachable | , |
| "The # of unreachable blocks in analyzing top level functions" | |||
| ) |