Home
last modified time | relevance | path

Searched defs:add_pointer (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dadd_pointer.h46 struct add_pointer { global() struct
47 _LIBCPP_NODEBUGadd_pointer global() argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp4 struct add_pointer { struct
8 add_pointer<int>::type test1(int * ptr) { return ptr; } in test1() argument
H A Dtypename-specifier-2.cpp8 struct add_pointer { struct
20 bind_metafun<add_pointer, int>::type::type ip = &i; argument
H A Dmetafun-apply.cpp3 struct add_pointer { struct
5 struct apply {
H A Dinstantiate-template-template-parm.cpp8 struct add_pointer { struct
18 apply<add_pointer, int>::type ip = &i; argument
H A Ddefault-arguments.cpp103 struct add_pointer { struct
112 int array4[is_same<X4<add_pointer>, argument
H A Dtemplate-id-expr.cpp220 template <class T> struct add_pointer { // #add_pointer struct
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dadd_pointer.h23 struct add_pointer : decltype(detail::try_add_pointer<T>(0)) {}; global() struct
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp40 std::add_pointer_t<T> add_pointer() { in add_pointer() function
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp182 struct add_pointer { struct
183 typedef T* type;
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp57 TYPED_TEST(LlvmLibcTypeTraitsTest,add_pointer,UnqualObjectTypes) TYPED_TEST() argument
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4211 void add_pointer() { add_pointer() function