Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp216 bool isStateResetMethod(const CXXMethodDecl *MethodDec) const;
496 bool MoveChecker::isStateResetMethod(const CXXMethodDecl *MethodDec) const { in isStateResetMethod() function in MoveChecker
524 isStateResetMethod(MethodDec) || isMoveSafeMethod(MethodDec)) in isInMoveSafeContext()
626 if (isStateResetMethod(MethodDecl)) { in checkPreCall()