Searched refs:smartptr (Results 1 – 3 of 3) sorted by relevance
52 namespace smartptr { namespace62 if (!smartptr::isStdSmartPtrCall(Call)) in checkPreCall()74 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
128 namespace smartptr { namespace274 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 …]
21 namespace smartptr {