Searched refs:accepts_nonnull_3 (Results 1 – 2 of 2) sorted by relevance
106 void (^accepts_nonnull_3)(_Nonnull int *ptr); variable111 …accepts_nonnull_3(0); // expected-warning{{null passed to a callee that requires a non-null argume… in test_accepts_nonnull_null_pointer_literal()
52 void (X::* accepts_nonnull_3)(_Nonnull int *ptr); variable59 …(x->*accepts_nonnull_3)(0); // expected-warning{{null passed to a callee that requires a non-null … in test_accepts_nonnull_null_pointer_literal()