Home | History | Annotate | Download | only in inlining

Lines Matching full:nil

47 // Test nil receiver suppression.
48 // We only suppress on nil receiver if the nil value is directly causing the bug.
74 // On a path where fPtr is nil, mem should be nil.
82 // On a path where fPtr is nzil, mem should be nil.
90 // On a path where fPtr is nzil, mem should be nil.
98 // On a path where fPtr is nil, mem should be nil.
99 // The warning is not suppressed because the receiver being nil is not
110 // On a path where fPtr is nil, mem should be nil.
111 // The warning is not suppressed because the receiver being nil is not
122 // On a path where fPtr is nil, mem should be nil.
123 // The warning is not suppressed because the receiver being nil is not