clang 20.0.0git
|
#include "clang/AST/DeclObjC.h"
#include "clang/Basic/SourceManager.h"
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.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/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Go to the source code of this file.
Macros | |
#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 28 of file AnalyzerStatsChecker.cpp.
STATISTIC | ( | NumBlocks | , |
"The # of blocks in top level functions" | |||
) |
STATISTIC | ( | NumBlocksUnreachable | , |
"The # of unreachable blocks in analyzing top level functions" | |||
) |