clang 23.0.0git
LifetimeModeling.cpp File Reference

Go to the source code of this file.

Functions

static bool isDanglingStackSource (const MemRegion *Source, ProgramStateRef State, CheckerContext &C)
static ProgramStateRef bindSource (ProgramStateRef State, SVal RetVal, const MemRegion *Source)

Function Documentation

◆ bindSource()

ProgramStateRef bindSource ( ProgramStateRef State,
SVal RetVal,
const MemRegion * Source )
static

Definition at line 58 of file LifetimeModeling.cpp.

References clang::Set.

◆ isDanglingStackSource()

bool isDanglingStackSource ( const MemRegion * Source,
ProgramStateRef State,
CheckerContext & C )
static