Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp67 void handleSwapMethod(const CallEvent &Call, CheckerContext &C) const;
90 {{"swap", 1}, &SmartPtrModeling::handleSwapMethod},
663 void SmartPtrModeling::handleSwapMethod(const CallEvent &Call, in handleSwapMethod() function in SmartPtrModeling