Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp108 AF_CXXNewArray, enumerator
1451 AllocationFamily(AF_CXXNewArray)); in checkCXXNewOrCXXDelete()
1460 AllocationFamily(AF_CXXNewArray)); in checkCXXNewOrCXXDelete()
1796 AllocationFamily(AF_CXXNewArray)); in processNewAllocation()
1809 AllocationFamily(Call.getOriginExpr()->isArray() ? AF_CXXNewArray in checkNewAllocator()
2152 case AF_CXXNewArray: in printExpectedAllocName()
2178 case AF_CXXNewArray: in printExpectedDeallocName()
2388 case AF_CXXNewArray: { in getRelevantFrontendAs()
3104 AllocationFamily(DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew)); in checkPreCall()
3545 return (RS->getAllocationFamily().Kind == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
[all …]