Home
last modified time | relevance | path

Searched refs:DoNothing (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp310 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject()
318 ArgEffect(DoNothing), in getSummaryForObjCOrCFObject()
319 ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
331 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
339 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
347 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
358 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
366 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
372 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
383 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h56 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));
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp720 AE = AE.withKind(DoNothing); in updateSymbol()
723 AE = AE.withKind(DoNothing); in updateSymbol()
770 case DoNothing: in updateSymbol()