Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp87 namespace smartptr { namespace
181 if (!smartptr::isStdSmartPtrCall(Call)) in evalCall()
232 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
249 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
298 if (smartptr::isNullSmartPtr(State, I.first)) in printState()
351 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()
386 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()
426 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleSwap()
487 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()
524 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in updateMovedSmartPointers()
[all …]
H A DSmartPtrChecker.cpp52 namespace smartptr { namespace
62 if (!smartptr::isStdSmartPtrCall(Call)) in checkPreCall()
74 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
H A DSmartPtr.h21 namespace smartptr {