Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-arrays.h62 struct pointer_like_or { typedef F type; }; argument
64 struct pointer_like_or<T*, F> { typedef T *type; };
66 struct pointer_like_or<T* const, F> { typedef T * const type; };
68 struct pointer_like_or<T[], F> { typedef T type[]; };
70 struct pointer_like_or<T[size], F> { typedef T type[size]; };
73 pointer_like_or<va_list, void*>::type _Nonnull x); // no errors