Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dnullability.c15 typedef int * _Nonnull nonnull_int_ptr; typedef
27 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;