Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp91 const CallDescription StdSwapCall{{"std", "swap"}, 2}; member in __anondce6ae2e0111::SmartPtrModeling
292 if (Call.isCalled(StdSwapCall)) { in evalCall()