clang  8.0.0
Functions
MoveChecker.cpp File Reference
#include "clang/AST/ExprCXX.h"
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "llvm/ADT/StringSet.h"
Include dependency graph for MoveChecker.cpp:

Go to the source code of this file.

Functions

static ProgramStateRef removeFromState (ProgramStateRef State, const MemRegion *Region)
 
static bool isAnyBaseRegionReported (ProgramStateRef State, const MemRegion *Region)
 
static const MemRegion * unwrapRValueReferenceIndirection (const MemRegion *MR)
 

Function Documentation

◆ isAnyBaseRegionReported()

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

Definition at line 238 of file MoveChecker.cpp.

◆ removeFromState()

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

Definition at line 227 of file MoveChecker.cpp.

References State.

◆ unwrapRValueReferenceIndirection()

static const MemRegion* unwrapRValueReferenceIndirection ( const MemRegion *  MR)
static

Definition at line 247 of file MoveChecker.cpp.

References State.