Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrChecker.cpp52 namespace smartptr { namespace
62 if (!smartptr::isStdSmartPtrCall(Call)) in checkPreCall()
74 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
H A DSmartPtrModeling.cpp128 namespace smartptr { namespace
274 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) || in isPotentiallyComparisionOpCall()
275 smartptr::isStdSmartPtr(Call.getArgExpr(1)); in isPotentiallyComparisionOpCall()
345 if (!smartptr::isStdSmartPtrCall(Call)) in evalCall()
413 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
564 if (smartptr::isNullSmartPtr(State, I.first)) in printState()
617 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()
652 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()
694 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in handleSwap()
755 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()
[all …]
H A DSmartPtr.h21 namespace smartptr {