clang 20.0.0git
|
#include "clang/AST/Attr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/Driver/DriverDiagnostic.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"
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 MemRegion * | unwrapRValueReferenceIndirection (const MemRegion *MR) |
|
static |
Definition at line 255 of file MoveChecker.cpp.
References E, and clang::ento::MemRegion::isSubRegionOf().
|
static |
Definition at line 244 of file MoveChecker.cpp.
References E.
Definition at line 264 of file MoveChecker.cpp.
References clang::ento::SymExpr::getOriginRegion(), clang::ento::SymExpr::getType(), and clang::Type::isRValueReferenceType().