Searched refs:AddNonNull (Results 1 – 1 of 1) sorted by relevance
25 struct AddNonNull { struct30 typedef AddNonNull<int *>::type nonnull_int_ptr_1; argument31 typedef AddNonNull<int * _Nullable>::type nonnull_int_ptr_2; // FIXME: check that it was overridden32 typedef AddNonNull<nullptr_t>::type nonnull_int_ptr_3; // expected-note{{in instantiation of templa…34 typedef AddNonNull<int>::type nonnull_non_pointer_1; // expected-note{{in instantiation of template…39 …typedef _Nonnull AddNonNull<T> invalid1; // expected-error{{nullability specifier '_Nonnull' canno…42 typedef _Nonnull typename AddNonNull<T>::type okay1;46 …typedef _Nonnull AddNonNull<T> (*invalid4); // expected-error{{nullability specifier '_Nonnull' ca…