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