Searched defs:add_pointer (Results 1 – 12 of 12) sorted by relevance
46 struct add_pointer { global() struct 47 _LIBCPP_NODEBUGadd_pointer global() argument
4 struct add_pointer { struct8 add_pointer<int>::type test1(int * ptr) { return ptr; } in test1() argument
8 struct add_pointer { struct20 bind_metafun<add_pointer, int>::type::type ip = &i; argument
3 struct add_pointer { struct5 struct apply {
8 struct add_pointer { struct 18 apply<add_pointer, int>::type ip = &i; argument
103 struct add_pointer { struct 112 int array4[is_same<X4<add_pointer>, argument
220 template <class T> struct add_pointer { // #add_pointer struct
23 struct add_pointer : decltype(detail::try_add_pointer<T>(0)) {}; global() struct
40 std::add_pointer_t<T> add_pointer() { in add_pointer() function
182 struct add_pointer { struct183 typedef T* type;
57 TYPED_TEST(LlvmLibcTypeTraitsTest,add_pointer,UnqualObjectTypes) TYPED_TEST() argument
4211 void add_pointer() { add_pointer() function