|
clang 22.0.0git
|
#include "clang/AST/Expr.h"#include "clang/AST/Type.h"#include "clang/Analysis/CFG.h"#include "clang/Analysis/DomainSpecific/ObjCNoReturn.h"#include "clang/Analysis/ProgramPoint.h"#include "clang/Basic/LLVM.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h"#include "clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"#include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"#include "clang/StaticAnalyzer/Core/PathSensitive/WorkList.h"#include "llvm/ADT/ArrayRef.h"#include <cassert>#include <optional>#include <utility>Go to the source code of this file.
Classes | |
| struct | clang::ento::EvalCallOptions |
| Hints for figuring out of a call should be inlined during evalCall(). More... | |
| class | clang::ento::ExprEngine |
| struct | clang::ento::ReplayWithoutInlining |
| Traits for storing the call processing policy inside GDM. More... | |
| struct | clang::ento::ProgramStateTrait< ReplayWithoutInlining > |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::cross_tu |
| namespace | clang::ento |