Searched refs:nullableD (Results 1 – 1 of 1) sorted by relevance
111 Derived * _Nullable nullableD; in ConditionalExpr() local114 …p = c ? nonnullB : nullableD; // expected-warning{{implicit conversion from nullable pointer 'Base… in ConditionalExpr()116 …p = c ? nullableB : nullableD; // expected-warning{{implicit conversion from nullable pointer 'Bas… in ConditionalExpr()119 …p = c ? nullableD : nonnullB; // expected-warning{{implicit conversion from nullable pointer 'Base… in ConditionalExpr()120 …p = c ? nullableD : nullableB; // expected-warning{{implicit conversion from nullable pointer 'Bas… in ConditionalExpr()