Lines Matching refs:smartptr
126 namespace smartptr { namespace
272 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) || in isPotentiallyComparisionOpCall()
273 smartptr::isStdSmartPtr(Call.getArgExpr(1)); in isPotentiallyComparisionOpCall()
294 if (!smartptr::isStdSmartPtr(FirstArg->getType()->getAsCXXRecordDecl())) in evalCall()
343 if (!smartptr::isStdSmartPtrCall(Call)) in evalCall()
396 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
413 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
564 if (smartptr::isNullSmartPtr(State, I.first)) in printState()
616 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()
652 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()
694 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in handleSwap()
757 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()
796 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in updateMovedSmartPointers()
821 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in updateMovedSmartPointers()