Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp332 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()
394 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getSummaryForObjCOrCFObject()
564 case DoNothing: in getStopTrackingHardEquivalent()
802 ArgEffect(DoNothing), ArgEffect(DoNothing)); in getUnarySummary()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp721 AE = AE.withKind(DoNothing); in updateSymbol()
724 AE = AE.withKind(DoNothing); in updateSymbol()
771 case DoNothing: in updateSymbol()