Searched refs:DoNothing (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 301 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject() 308 ArgEffect(DoNothing), in getSummaryForObjCOrCFObject() 309 ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 321 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 330 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 338 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 349 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 357 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 367 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() 377 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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));
|
| /netbsd-src/external/apache2/llvm/dist/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()
|