| /external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
| D | add_pointer.hpp | 23 struct add_pointer struct 25 typedef T* type; 28 struct add_pointer<T&> struct 30 typedef T* type; 33 struct add_pointer<T&const> struct 35 typedef T* type; 38 struct add_pointer<T&volatile> struct 40 typedef T* type; 43 struct add_pointer<T&const volatile> struct 45 typedef T* type;
|
| /external/cronet/third_party/libc++/src/include/__type_traits/ |
| D | add_pointer.h | 46 struct add_pointer { struct 47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
|
| /external/clang/test/SemaTemplate/ |
| D | instantiate-typedef.cpp | 4 struct add_pointer { struct 8 add_pointer<int>::type test1(int * ptr) { return ptr; } in test1() argument
|
| D | typename-specifier-2.cpp | 8 struct add_pointer { struct 20 bind_metafun<add_pointer, int>::type::type ip = &i; argument
|
| D | metafun-apply.cpp | 3 struct add_pointer { struct 5 struct apply {
|
| D | instantiate-template-template-parm.cpp | 8 struct add_pointer { struct 18 apply<add_pointer, int>::type ip = &i; argument
|
| D | default-arguments.cpp | 103 struct add_pointer { struct 112 int array4[is_same<X4<add_pointer>, argument
|
| /external/sdv/vsomeip/third_party/boost/phoenix/test/bind/ |
| D | bind_member_variable_tests.cpp | 75 struct add_pointer struct 98 write_test<test::x>(add_pointer()); in main() argument
|
| /external/llvm-libc/src/__support/CPP/type_traits/ |
| D | add_pointer.h | 23 struct add_pointer : decltype(detail::try_add_pointer<T>(0)) {}; struct
|
| /external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/ |
| D | dependent_return_type.compile.pass.cpp | 38 std::add_pointer_t<T> add_pointer() { in add_pointer() function
|
| /external/eigen/Eigen/src/Core/arch/SYCL/ |
| D | SyclMemoryModel.h | 331 inline virtual_pointer_t add_pointer(const buffer_t &b) { in add_pointer() function 338 inline virtual_pointer_t add_pointer(buffer_t &&b) { in add_pointer() function
|
| /external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| D | metafunctions.cpp | 182 struct add_pointer { struct 183 typedef T* type;
|
| /external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
| D | meta_utils.hpp | 147 struct add_pointer struct 149 typedef typename remove_reference<T>::type* type;
|
| /external/llvm-libc/test/src/__support/CPP/ |
| D | type_traits_test.cpp | 57 TYPED_TEST(LlvmLibcTypeTraitsTest, add_pointer, UnqualObjectTypes) { in TYPED_TEST() argument
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | constants.h | 449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | constants.h | 449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | constants.h | 449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
|