Home
last modified time | relevance | path

Searched refs:MoveChecker (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMoveChecker.cpp48 class MoveChecker class
159 MovedBugVisitor(const MoveChecker &Chk, const MemRegion *R, in MovedBugVisitor()
178 const MoveChecker &Chk;
275 MoveChecker::MovedBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode()
333 const ExplodedNode *MoveChecker::getMoveLocation(const ExplodedNode *N, in getMoveLocation()
350 void MoveChecker::modelUse(ProgramStateRef State, const MemRegion *Region, in modelUse()
391 ExplodedNode *MoveChecker::reportBug(const MemRegion *Region, in reportBug()
443 void MoveChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
498 bool MoveChecker::isMoveSafeMethod(const CXXMethodDecl *MethodDec) const { in isMoveSafeMethod()
514 bool MoveChecker::isStateResetMethod(const CXXMethodDecl *MethodDec) const { in isStateResetMethod()
[all …]
DCMakeLists.txt66 MoveChecker.cpp
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
DBUILD.gn78 "MoveChecker.cpp",
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td595 def MoveChecker: Checker<"Move">,