Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp66 void handleReset(const CallEvent &Call, CheckerContext &C) const;
89 {{CDM::CXXMethod, {"reset"}}, &SmartPtrModeling::handleReset},
598 void SmartPtrModeling::handleReset(const CallEvent &Call, in handleReset() function in SmartPtrModeling