Searched refs:DoNothing (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 311 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 319 ArgEffect(DoNothing), in getSummaryForObjCOrCFObject() 320 ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 332 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 340 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 348 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 359 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 367 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 373 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 384 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 56 DoNothing, enumerator 123 explicit ArgEffect(ArgEffectKind K = DoNothing, ObjKind O = ObjKind::AnyObj) 355 return Ret == RetEffect::MakeNoRet() && Receiver.getKind() == DoNothing 356 && DefaultArgEffect.getKind() == MayEscape && This.getKind() == DoNothing 525 ArgEffect ReceiverEff = ArgEffect(DoNothing), 527 ArgEffect ThisEff = ArgEffect(DoNothing)) { 535 ArgEffect(DoNothing), ArgEffect(DoNothing)); 541 ArgEffect(DoNothing), ArgEffect(MayEscape));
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 721 AE = AE.withKind(DoNothing); in updateSymbol() 724 AE = AE.withKind(DoNothing); in updateSymbol() 771 case DoNothing: in updateSymbol()
|