Searched refs:nonnull_int_ptr (Results 1 – 1 of 1) sorted by relevance
15 typedef int * _Nonnull nonnull_int_ptr; typedef27 typedef nonnull_int_ptr _Nonnull redundant_okay_1;32 typedef nonnull_int_ptr _Nullable conflicting_2; // expected-error{{nullability specifier '_Nullabl…34 typedef nonnull_int_ptr nonnull_int_ptr_typedef;