Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp68 void handleSwapMethod(const CallEvent &Call, CheckerContext &C) const;
91 {{CDM::CXXMethod, {"swap"}, 1}, &SmartPtrModeling::handleSwapMethod},
664 void SmartPtrModeling::handleSwapMethod(const CallEvent &Call, in handleSwapMethod() function in SmartPtrModeling