Searched refs:isStandardNewDelete (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp242 bool isStandardNewDelete(const FunctionDecl *FD, ASTContext &C) const;
506 if (isStandardNewDelete(FD, C))
558 bool MallocChecker::isStandardNewDelete(const FunctionDecl *FD, function in class:MallocChecker
717 else if (isStandardNewDelete(FD, C.getASTContext())) {
765 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext()))
785 if (!isStandardNewDelete(DE->getOperatorDelete(), C.getASTContext()))
980 if (isStandardNewDelete(FD, Ctx)) {
1874 isStandardNewDelete(FD, C.getASTContext()))

Completed in 59 milliseconds