Searched refs:isStandardNewDelete (Results 1 – 1 of 1) sorted by relevance
270 bool isStandardNewDelete(const FunctionDecl *FD, ASTContext &C) const;567 if (isStandardNewDelete(FD, C)) in isMemFunction()641 bool MallocChecker::isStandardNewDelete(const FunctionDecl *FD, in isStandardNewDelete() function in MallocChecker811 } else if (isStandardNewDelete(FD, C.getASTContext())) { in checkPostStmt()971 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext())) in checkPostStmt()996 if (!isStandardNewDelete(DE->getOperatorDelete(), C.getASTContext())) in checkPreStmt()1215 if (isStandardNewDelete(FD, Ctx)) { in getAllocationFamily()2204 isStandardNewDelete(FD, Ctx)) in checkPreCall()