Home
last modified time | relevance | path

Searched refs:nonnullD (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dnullability.cpp110 Derived * _Nonnull nonnullD; in ConditionalExpr() local
113 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()