Searched refs:__add_pointer (Results 1 – 5 of 5) sorted by relevance
32 using __add_pointer = int; // expected-warning{{keyword '__add_pointer' will be made available as a… typedef34 using E = Same<__add_pointer<T>, __add_pointer<T>>;
4487 template <class T> using add_pointer_t = __add_pointer(T); in check_make_signed()
23 #if !defined(_LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS) && __has_builtin(__add_pointer)26 using __add_pointer_t _LIBCPP_NODEBUG = __add_pointer(_Tp);41 #endif // !defined(_LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS) && __has_builtin(__add_pointer)
227 std::__add_pointer<A>::type ptr; in main()233 __add_pointer<A>::type ptr2; in main()
1102 template <typename T> void f3(T, __add_pointer(T)) {} in f3() 1103 template void f3<int>(int, __add_pointer(int));