Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp220 bool isStateResetMethod(const CXXMethodDecl *MethodDec) const;
508 bool MoveChecker::isStateResetMethod(const CXXMethodDecl *MethodDec) const { in isStateResetMethod() function in MoveChecker
536 isStateResetMethod(MethodDec) || isMoveSafeMethod(MethodDec)) in isInMoveSafeContext()
638 if (isStateResetMethod(MethodDecl)) { in checkPreCall()