Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp416 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()
560 auto Dealloc = RetconLowering.Dealloc; in emitDealloc() local
562 Dealloc->getFunctionType()->getParamType(0)); in emitDealloc()
563 auto *Call = Builder.CreateCall(Dealloc, Ptr); in emitDealloc()
564 propagateCallAttrsFromCallee(Call, Dealloc); in emitDealloc()
565 addCallToCallGraph(CG, Call, Dealloc); in emitDealloc()
H A DCoroInternal.h144 Function *Dealloc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp575 case Dealloc: in getStopTrackingHardEquivalent()
576 return E.withKind(Dealloc); in getStopTrackingHardEquivalent()
825 /*ThisEff=*/ArgEffect(Dealloc, ObjKind::OS)); in getOSSummaryFreeRule()
1079 ReceiverEff = ArgEffect(Dealloc, ObjKind::ObjC); in getStandardMethodSummary()
1225 Summ = getPersistentSummary(NoRet, ScratchArgs, ArgEffect(Dealloc, in InitializeMethodSummaries()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp634 } else if (Effect.getKind() == Dealloc) { in checkSummary()
653 } else if (Summ.getReceiverEffect().getKind() == Dealloc) { in checkSummary()
748 case Dealloc: // NB. we only need to add a note in a non-error case. in updateSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h62 Dealloc, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst1023 .. _osx-cocoa-Dealloc:
1025 osx.cocoa.Dealloc (ObjC)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1137 def ObjCDeallocChecker : Checker<"Dealloc">,