Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtr.h25 bool isStdSmartPtr(const CXXRecordDecl *RD);
26 bool isStdSmartPtr(const Expr *E);
H A DSmartPtrModeling.cpp115 static bool isStdSmartPtr(const CXXRecordDecl *RD) { in isStdSmartPtr() function
119 static bool isStdSmartPtr(const Expr *E) { in isStdSmartPtr() function
120 return isStdSmartPtr(E->getType()->getAsCXXRecordDecl()); in isStdSmartPtr()
131 return isStdSmartPtr(MethodDecl->getParent()); in isStdSmartPtrCall()
134 bool isStdSmartPtr(const CXXRecordDecl *RD) { in isStdSmartPtr() function
145 bool isStdSmartPtr(const Expr *E) { in isStdSmartPtr() function
146 return isStdSmartPtr(E->getType()->getAsCXXRecordDecl()); in isStdSmartPtr()
265 return isStdSmartPtr(Call.getArgExpr(1)) && in isStdOstreamOperatorCall()
272 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) || in isPotentiallyComparisionOpCall()
273 smartptr::isStdSmartPtr(Call.getArgExpr(1)); in isPotentiallyComparisionOpCall()
[all …]