Searched refs:Dealloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 416 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 D | CoroInternal.h | 144 Function *Dealloc; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 583 case Dealloc: in getStopTrackingHardEquivalent() 584 return E.withKind(Dealloc); in getStopTrackingHardEquivalent() 833 /*ThisEff=*/ArgEffect(Dealloc, ObjKind::OS)); in getOSSummaryFreeRule() 1087 ReceiverEff = ArgEffect(Dealloc, ObjKind::ObjC); in getStandardMethodSummary() 1233 Summ = getPersistentSummary(NoRet, ScratchArgs, ArgEffect(Dealloc, in InitializeMethodSummaries()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 634 } 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 62 Dealloc, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1137 def ObjCDeallocChecker : Checker<"Dealloc">,
|