Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Other

1 //==-- RetainCountChecker.cpp - Checks for leaks and other issues -*- C++ -*--//
117 bool operator==(const RetEffect &Other) const {
118 return K == Other.K && O == Other.O;
426 bool operator==(const RetainSummary &Other) const {
427 return Args == Other.Args && DefaultArgEffect == Other.DefaultArgEffect &&
428 Receiver == Other.Receiver && Ret == Other.Ret;
439 /// A retain summary is simple if it has no ArgEffects other than the default.
605 /// and all other data used by the checker.
2178 // Do not show local variables belonging to a function other than
3178 // Eventually we should add other functions we can model entirely,
3348 // Any leaks or other errors?
3469 // other places.