Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dlibstdcxx_transform_type_traits_hack.cpp32 using __add_pointer = int; // expected-warning{{keyword '__add_pointer' will be made available as a… typedef
34 using E = Same<__add_pointer<T>, __add_pointer<T>>;
H A Dtype-traits.cpp4487 template <class T> using add_pointer_t = __add_pointer(T); in check_make_signed()
/llvm-project/libcxx/include/__type_traits/
H A Dadd_pointer.h23 #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)
/llvm-project/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp227 std::__add_pointer<A>::type ptr; in main()
233 __add_pointer<A>::type ptr2; in main()
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle.cpp1102 template <typename T> void f3(T, __add_pointer(T)) {} in f3()
1103 template void f3<int>(int, __add_pointer(int));