Searched refs:nonnullD (Results 1 – 1 of 1) sorted by relevance
110 Derived * _Nonnull nonnullD; in ConditionalExpr() local113 p = c ? nonnullB : nonnullD; in ConditionalExpr()115 …p = c ? nullableB : nonnullD; // expected-warning{{implicit conversion from nullable pointer 'Base… in ConditionalExpr()117 p = c ? nonnullD : nonnullB; in ConditionalExpr()118 …p = c ? nonnullD : nullableB; // expected-warning{{implicit conversion from nullable pointer 'Base… in ConditionalExpr()