Searched refs:Dealloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | AllocationActions.h | 39 WrapperFunctionCall Dealloc; member 54 AAs, [](const AllocActionCallPair &P) { return !!P.Dealloc; }); in numDeallocActions() 91 return AL::size(AAP.Finalize, AAP.Dealloc); in size() 96 return AL::serialize(OB, AAP.Finalize, AAP.Dealloc); in serialize() 101 return AL::deserialize(IB, AAP.Finalize, AAP.Dealloc); in deserialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | AllocationActions.cpp | 32 if (AA.Dealloc) in runFinalizeActions() 33 DeallocActions.push_back(std::move(AA.Dealloc)); in runFinalizeActions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 331 RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in analyze() 536 auto Dealloc = RetconLowering.Dealloc; in emitDealloc() local 538 Dealloc->getFunctionType()->getParamType(0)); in emitDealloc() 539 auto *Call = Builder.CreateCall(Dealloc, Ptr); in emitDealloc() 540 propagateCallAttrsFromCallee(Call, Dealloc); in emitDealloc() 541 addCallToCallGraph(CG, Call, Dealloc); in emitDealloc()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 55 if (ActPair.Dealloc) in finalize() 56 DeallocationActions.push_back(ActPair.Dealloc); in finalize() 99 .Dealloc.runWithSPSRetErrorMerged()); in finalize()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 578 case Dealloc: in getStopTrackingHardEquivalent() 579 return E.withKind(Dealloc); in getStopTrackingHardEquivalent() 828 /*ThisEff=*/ArgEffect(Dealloc, ObjKind::OS)); in getOSSummaryFreeRule() 1082 ReceiverEff = ArgEffect(Dealloc, ObjKind::ObjC); in getStandardMethodSummary() 1228 Summ = getPersistentSummary(NoRet, ScratchArgs, ArgEffect(Dealloc, in InitializeMethodSummaries()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | CoroShape.h | 134 Function *Dealloc; member
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 632 } else if (Effect.getKind() == Dealloc) { in checkSummary() 651 } else if (Summ.getReceiverEffect().getKind() == Dealloc) { in checkSummary() 746 case Dealloc: // NB. we only need to add a note in a non-error case. in updateSymbol()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 63 Dealloc, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1183 def ObjCDeallocChecker : Checker<"Dealloc">,
|