Searched refs:Dealloc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | RetainSummaryManager.cpp | 575 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 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | RetainSummaryManager.h | 62 Dealloc, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/ |
H A D | checkers.rst | 1023 .. _osx-cocoa-Dealloc: 1025 osx.cocoa.Dealloc (ObjC)
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1137 def ObjCDeallocChecker : Checker<"Dealloc">,
|