|
clang 24.0.0git
|
#include "LifetimeModeling.h"#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"#include "clang/StaticAnalyzer/Core/Checker.h"Go to the source code of this file.
Functions | |
| static const Expr * | getLifetimeBoundArg (const Expr *RetExpr, const MemRegion *Region, const ExplodedNode *N) |
| static SourceRange | getRegionDeclRange (const MemRegion *Source) |
|
static |
Definition at line 46 of file UseAfterLifetimeEnd.cpp.
References clang::ento::SVal::getAsRegion(), clang::ento::MemRegion::getBaseRegion(), clang::ento::ExplodedNode::getSVal(), and clang::FunctionDecl::parameters().
|
static |
Definition at line 100 of file UseAfterLifetimeEnd.cpp.
References clang::Decl::getLocation().