|
clang 23.0.0git
|
#include "Iterator.h"#include "Move.h"#include "clang/AST/Attr.h"#include "clang/AST/ExprCXX.h"#include "clang/Basic/OperatorKinds.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/CallDescription.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"#include "llvm/ADT/StringSet.h"Go to the source code of this file.
Functions | |
| REGISTER_MAP_WITH_PROGRAMSTATE (TrackedContentsMap, const MemRegion *, RegionState) namespace clang | |
| static ProgramStateRef | removeFromState (ProgramStateRef State, const MemRegion *Region, bool Strict=false) |
| static bool | isAnyBaseRegionReported (ProgramStateRef State, const MemRegion *Region) |
| static const MemRegion * | unwrapRValueReferenceIndirection (const MemRegion *MR) |
|
static |
Definition at line 271 of file MoveChecker.cpp.
References clang::ento::MemRegion::isSubRegionOf().
| REGISTER_MAP_WITH_PROGRAMSTATE | ( | TrackedContentsMap | , |
| const MemRegion * | , | ||
| RegionState | ) |
Definition at line 243 of file MoveChecker.cpp.
References clang::ento::move::isMovedFrom(), and REGISTER_MAP_WITH_PROGRAMSTATE.
|
static |
Definition at line 259 of file MoveChecker.cpp.
Definition at line 280 of file MoveChecker.cpp.
References clang::ento::SymExpr::getOriginRegion(), clang::ento::SymExpr::getType(), and clang::Type::isRValueReferenceType().