Searched refs:smartptr (Results 1 – 7 of 7) sorted by relevance
52 namespace smartptr { namespace62 if (!smartptr::isStdSmartPtrCall(Call)) in checkPreCall()74 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
125 namespace smartptr { namespace271 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) || in isPotentiallyComparisionOpCall()272 smartptr::isStdSmartPtr(Call.getArgExpr(1)); in isPotentiallyComparisionOpCall()341 if (!smartptr::isStdSmartPtrCall(Call)) in evalCall()411 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()562 if (smartptr::isNullSmartPtr(State, I.first)) in printState()615 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()651 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()693 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in handleSwap()756 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()[all …]
21 namespace smartptr {
1 .. title:: clang-tidy - readability-redundant-smartptr-get3 readability-redundant-smartptr-get
47 readability-redundant-smartptr-get,
29 | `[util.smartptr.shared.cmp] <https://wg21.link/util.smartptr.shared.cmp>`_,| shared_ptr,[comparis…
351 `readability-redundant-smartptr-get <readability/redundant-smartptr-get.html>`_, "Yes"