Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp583 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 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h62 Dealloc, enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1137 def ObjCDeallocChecker : Checker<"Dealloc">,