Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp294 void processNewAllocation(const CXXNewExpr *NE, CheckerContext &C,
1073 void MallocChecker::processNewAllocation(const CXXNewExpr *NE, in processNewAllocation() function in MallocChecker
1098 processNewAllocation(NE, C, C.getSVal(NE)); in checkPostStmt()
1104 processNewAllocation(NE, C, Target); in checkNewAllocator()