Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2003 return Best && isSizedDeallocation(Best.IDP.PassSize); in doesUsualArrayDeleteWantSize()
3279 bool IsSizedDelete = isSizedDeallocation(Info.IDP.PassSize); in FindAllocationFunctions()
3287 !isSizedDeallocation(NonSizedDelete.IDP.PassSize) && in FindAllocationFunctions()
4094 UsualArrayDeleteWantsSize = isSizedDeallocation(UDFI.IDP.PassSize); in ActOnCXXDelete()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2263 inline bool isSizedDeallocation(SizedDeallocationMode Mode) { in isSizedDeallocation() function
2320 if (isSizedDeallocation(PassSize)) in getNumImplicitArgs()