|
clang 23.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"#include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ento |
| namespace | clang::ento::lifetime_modeling |
Functions | |
| std::vector< const MemRegion * > | clang::ento::lifetime_modeling::getDanglingRegionsAfterReturn (SVal Source, ProgramStateRef State, CheckerContext &C) |
Returns the set of lifetime sources bound to Source that are dangling stack regions. | |