Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dnullability.cpp54 void (&accepts_nonnull_5)(_Nonnull int *ptr) = accepts_nonnull_4; variable
61accepts_nonnull_5(0); // expected-warning{{null passed to a callee that requires a non-null argume… in test_accepts_nonnull_null_pointer_literal()