Searched refs:isStandardNewDelete (Results 1 – 1 of 1) sorted by relevance
267 bool isStandardNewDelete(const FunctionDecl *FD, ASTContext &C) const;558 if (isStandardNewDelete(FD, C)) in isMemFunction()631 bool MallocChecker::isStandardNewDelete(const FunctionDecl *FD, in isStandardNewDelete() function in MallocChecker800 } else if (isStandardNewDelete(FD, C.getASTContext())) { in checkPostStmt()956 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext())) in checkPostStmt()981 if (!isStandardNewDelete(DE->getOperatorDelete(), C.getASTContext())) in checkPreStmt()1203 if (isStandardNewDelete(FD, Ctx)) { in getAllocationFamily()2186 isStandardNewDelete(FD, Ctx)) in checkPreCall()