Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp125 namespace smartptr { namespace
271 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 …]
H A DSmartPtr.h21 namespace smartptr {
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dredundant-smartptr-get.rst1 .. title:: clang-tidy - readability-redundant-smartptr-get
3 readability-redundant-smartptr-get
/llvm-project-15.0.7/mlir/
H A D.clang-tidy47 readability-redundant-smartptr-get,
/llvm-project-15.0.7/libcxx/docs/Status/
H A DSpaceshipProjects.csv29 | `[util.smartptr.shared.cmp] <https://wg21.link/util.smartptr.shared.cmp>`_,| shared_ptr,[comparis…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst351 `readability-redundant-smartptr-get <readability/redundant-smartptr-get.html>`_, "Yes"