Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp671 case AnyCall::Deallocator: in getSummary()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2031 let Args = [ExprArgument<"Deallocator", /*opt=*/ 1>,