Home
last modified time | relevance | path

Searched refs:isStdSmartPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtr.h25 bool isStdSmartPtr(const CXXRecordDecl *RD);
26 bool isStdSmartPtr(const Expr *E);
H A DSmartPtrModeling.cpp114 static bool isStdSmartPtr(const CXXRecordDecl *RD) { in isStdSmartPtr() function
118 static bool isStdSmartPtr(const Expr *E) { in isStdSmartPtr() function
119 return isStdSmartPtr(E->getType()->getAsCXXRecordDecl()); in isStdSmartPtr()
130 return isStdSmartPtr(MethodDecl->getParent()); in isStdSmartPtrCall()
133 bool isStdSmartPtr(const CXXRecordDecl *RD) { in isStdSmartPtr() function
144 bool isStdSmartPtr(const Expr *E) { in isStdSmartPtr() function
145 return isStdSmartPtr(E->getType()->getAsCXXRecordDecl()); in isStdSmartPtr()
264 return isStdSmartPtr(Call.getArgExpr(1)) && in isStdOstreamOperatorCall()
271 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) || in isPotentiallyComparisionOpCall()
272 smartptr::isStdSmartPtr(Call.getArgExpr(1)); in isPotentiallyComparisionOpCall()
[all …]