Searched refs:pointer_like_or (Results 1 – 1 of 1) sorted by relevance
62 struct pointer_like_or { typedef F type; }; argument64 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