|
clang 22.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/EntryPointStats.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/Support/raw_ostream.h"#include <optional>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "StatsChecker" |
Functions | |
| STAT_COUNTER (NumBlocks, "The # of blocks in top level functions") | |
| STAT_COUNTER (NumBlocksUnreachable, "The # of unreachable blocks in analyzing top level functions") | |
| #define DEBUG_TYPE "StatsChecker" |
Definition at line 27 of file AnalyzerStatsChecker.cpp.
| STAT_COUNTER | ( | NumBlocks | , |
| "The # of blocks in top level functions" | ) |
| STAT_COUNTER | ( | NumBlocksUnreachable | , |
| "The # of unreachable blocks in analyzing top level functions" | ) |