Searched refs:DoNothing (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 329 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 338 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 346 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 357 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 365 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 375 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 385 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 397 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 567 case DoNothing: in getStopTrackingHardEquivalent() 805 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getUnarySummary() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 55 DoNothing, enumerator 122 explicit ArgEffect(ArgEffectKind K = DoNothing, ObjKind O = ObjKind::AnyObj) 354 return Ret == RetEffect::MakeNoRet() && Receiver.getKind() == DoNothing 355 && DefaultArgEffect.getKind() == MayEscape && This.getKind() == DoNothing 524 ArgEffect ReceiverEff = ArgEffect(DoNothing), 526 ArgEffect ThisEff = ArgEffect(DoNothing)) { 534 ArgEffect(DoNothing), ArgEffect(DoNothing)); 540 ArgEffect(DoNothing), ArgEffect(MayEscape));
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 722 AE = AE.withKind(DoNothing); in updateSymbol() 725 AE = AE.withKind(DoNothing); in updateSymbol() 772 case DoNothing: in updateSymbol()
|