Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3284 auto NonSizedDelete = resolveDeallocationOverload( in FindAllocationFunctions() local
3286 if (NonSizedDelete && in FindAllocationFunctions()
3287 !isSizedDeallocation(NonSizedDelete.IDP.PassSize) && in FindAllocationFunctions()
3288 NonSizedDelete.IDP.PassAlignment == Info.IDP.PassAlignment) in FindAllocationFunctions()