Searched refs:isStandardDelete (Results 1 – 1 of 1) sorted by relevance
323 static bool isStandardDelete(const FunctionDecl *FD);324 static bool isStandardDelete(const CallEvent &Call) { in isStandardDelete() function327 return isStandardDelete(cast<FunctionDecl>(Call.getDecl())); in isStandardDelete()333 return isStandardDelete(FD) || isStandardNew(FD); in isStandardNewDelete()1117 static bool isStandardDelete(const FunctionDecl *FD) { in isStandardDelete() function1640 if (isStandardDelete(Call)) { in evalCall()