Searched refs:smartptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | memory.cppm | |
| H A D | memory.inc | 139 // [util.smartptr.weak.bad], class bad_weak_ptr 142 // [util.smartptr.shared], class template shared_ptr 145 // [util.smartptr.shared.create], shared_ptr creation 151 // [util.smartptr.shared.spec], shared_ptr specialized algorithms 154 // [util.smartptr.shared.cast], shared_ptr casts 164 // [util.smartptr.shared.io], shared_ptr I/O 166 // [util.smartptr.weak], class template weak_ptr 169 // [util.smartptr.weak.spec], weak_ptr specialized algorithms 171 // [util.smartptr.ownerless], class template owner_less 174 // [util.smartptr.enab], class template enable_shared_from_this [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrChecker.cpp | 48 namespace smartptr { namespace 58 if (!smartptr::isStdSmartPtrCall(Call)) in checkPreCall() 70 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
|
| H A D | SmartPtrModeling.cpp | 123 namespace smartptr { namespace 269 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) || in isPotentiallyComparisionOpCall() 270 smartptr::isStdSmartPtr(Call.getArgExpr(1)); in isPotentiallyComparisionOpCall() 291 if (!smartptr::isStdSmartPtr(FirstArg->getType()->getAsCXXRecordDecl())) in evalCall() 340 if (!smartptr::isStdSmartPtrCall(Call)) in evalCall() 393 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall() 410 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() [all …]
|
| H A D | SmartPtr.h | 21 namespace smartptr {
|