Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
MoveChecker.cpp File Reference

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::move
 

Functions

bool clang::ento::move::isMovedFrom (ProgramStateRef State, const MemRegion *Region)
 Returns true if the object is known to have been recently std::moved.
 
static ProgramStateRef removeFromState (ProgramStateRef State, const MemRegion *Region)
 
static bool isAnyBaseRegionReported (ProgramStateRef State, const MemRegion *Region)
 
static const MemRegionunwrapRValueReferenceIndirection (const MemRegion *MR)
 

Function Documentation

◆ isAnyBaseRegionReported()

static bool isAnyBaseRegionReported ( ProgramStateRef  State,
const MemRegion Region 
)
static

Definition at line 256 of file MoveChecker.cpp.

References E, and clang::ento::MemRegion::isSubRegionOf().

◆ removeFromState()

static ProgramStateRef removeFromState ( ProgramStateRef  State,
const MemRegion Region 
)
static

Definition at line 245 of file MoveChecker.cpp.

References E.

◆ unwrapRValueReferenceIndirection()

static const MemRegion * unwrapRValueReferenceIndirection ( const MemRegion MR)
static