Searched refs:isNullAfterMoveMethod (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp35 bool isNullAfterMoveMethod(const CallEvent &Call) const;
90 bool SmartPtrModeling::isNullAfterMoveMethod(const CallEvent &Call) const { function in class:SmartPtrModeling
105 if (isNullAfterMoveMethod(Call)) {

Completed in 106 milliseconds