Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp286 static bool isStandardNewDelete(const FunctionDecl *FD);
287 static bool isStandardNewDelete(const CallEvent &Call) { in isStandardNewDelete() function
290 return isStandardNewDelete(cast<FunctionDecl>(Call.getDecl())); in isStandardNewDelete()
1067 static bool isStandardNewDelete(const FunctionDecl *FD) { in isStandardNewDelete() function
1345 assert(isStandardNewDelete(Call)); in checkCXXNewOrCXXDelete()
1483 if (isStandardNewDelete(Call)) { in checkPostCall()
1600 if (!isStandardNewDelete(Call)) in processNewAllocation()
2863 if (!isStandardNewDelete(DC->getDecl())) in checkPreCall()