Searched refs:Summ (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 422 const RetainSummary *Summ = I->second; 423 M[K] = Summ; 424 return Summ; 527 RetainSummary Summ(ScratchArgs, RetEff, DefaultEff, ReceiverEff, ThisEff); 528 return getPersistentSummary(Summ); 552 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) { 553 ObjCClassMethodSummaries[S] = Summ; 556 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) { 557 ObjCMethodSummaries[S] = Summ; 561 const RetainSummary *Summ, bool isNullary = true) { [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 135 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary() local 136 new (Summ) RetainSummary(OldSumm); in getPersistentSummary() 137 return Summ; in getPersistentSummary() 662 const RetainSummary *Summ; in getSummary() local 669 Summ = getFunctionSummary(cast_or_null<FunctionDecl>(C.getDecl())); in getSummary() 678 Summ = getMethodSummary(cast<ObjCMethodDecl>(C.getDecl())); in getSummary() 680 Summ = getInstanceMethodSummary(ME, ReceiverType); in getSummary() 682 Summ = getClassMethodSummary(ME); in getSummary() 689 Summ = updateSummaryForNonZeroCallbackArg(Summ, C); in getSummary() 692 updateSummaryForReceiverUnconsumedSelf(Summ); in getSummary() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 378 const RetainSummary *Summ = getSummary(Summaries, Call, ReceiverType); in checkPostCall() local 381 processSummaryOfInlined(*Summ, Call, C); in checkPostCall() 384 checkSummary(*Summ, Call, C); in checkPostCall() 448 void RetainCountChecker::processSummaryOfInlined(const RetainSummary &Summ, in processSummaryOfInlined() argument 458 bool ShouldRemoveBinding = Summ.getArg(idx).getKind() == StopTrackingHard; in processSummaryOfInlined() 471 if (Summ.getReceiverEffect().getKind() == StopTrackingHard) { in processSummaryOfInlined() 478 RetEffect RE = Summ.getRetEffect(); in processSummaryOfInlined() 521 updateOutParameters(ProgramStateRef State, const RetainSummary &Summ, in updateOutParameters() argument 531 for (auto &P : Summ.getArgEffects()) in updateOutParameters() 553 ArgEffect AE = Summ.getArg(idx); in updateOutParameters() [all …]
|
| H A D | RetainCountChecker.h | 306 void checkSummary(const RetainSummary &Summ, const CallEvent &Call, 309 void processSummaryOfInlined(const RetainSummary &Summ,
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_ppmd_private.h | 107 UInt16 Summ; /* Freq */ member 113 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); }
|