Searched refs:accepts_nonnull_2 (Results 1 – 2 of 2) sorted by relevance
105 void (*accepts_nonnull_2)(_Nonnull int *ptr); variable110 …accepts_nonnull_2(0); // expected-warning{{null passed to a callee that requires a non-null argume… in test_accepts_nonnull_null_pointer_literal()
51 void (*& accepts_nonnull_2)(_Nonnull int *ptr) = accepts_nonnull_1; variable58 …accepts_nonnull_2(0); // expected-warning{{null passed to a callee that requires a non-null argume… in test_accepts_nonnull_null_pointer_literal()