Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h53 Deallocator enumerator
86 : E(NE), D(NE->getOperatorDelete()), K(Deallocator) {} in AnyCall()
183 case Deallocator: in getReturnType()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp672 case AnyCall::Deallocator: in getSummary()