Searched refs:isStandardNewDelete (Results 1 – 1 of 1) sorted by relevance
286 static bool isStandardNewDelete(const FunctionDecl *FD);287 static bool isStandardNewDelete(const CallEvent &Call) { in isStandardNewDelete() function290 return isStandardNewDelete(cast<FunctionDecl>(Call.getDecl())); in isStandardNewDelete()1067 static bool isStandardNewDelete(const FunctionDecl *FD) { in isStandardNewDelete() function1345 assert(isStandardNewDelete(Call)); in checkCXXNewOrCXXDelete()1483 if (isStandardNewDelete(Call)) { in checkPostCall()1600 if (!isStandardNewDelete(Call)) in processNewAllocation()2863 if (!isStandardNewDelete(DC->getDecl())) in checkPreCall()