Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/
Dadd_pointer.hpp23 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;
/third_party/boost/libs/phoenix/test/bind/
Dbind_member_variable_tests.cpp75 struct add_pointer struct
98 write_test<test::x>(add_pointer()); in main() argument
/third_party/boost/libs/mp11/test/
Dmp_defer.cpp32 template<class T> using add_pointer = T*; typedef
Dmp_valid.cpp25 template<class T> using add_pointer = T*; typedef
Dmp_bind.cpp28 template<class T> using add_pointer = T*; typedef
Dmp_bind_q.cpp25 template<class T> using add_pointer = typename std::add_pointer<T>::type; typedef
Dmp_transform_if.cpp25 template<class T> using add_pointer = T*; typedef
Dmp_transform_if_q.cpp27 template<class T> using add_pointer = T*; typedef
Dmp_transform.cpp41 template<class T> using add_pointer = typename std::add_pointer<T>::type; typedef
Dmp_transform_q.cpp45 template<class T> using add_pointer = typename std::add_pointer<T>::type; typedef
/third_party/boost/libs/hana/include/boost/hana/
Dtraits.hpp155 constexpr auto add_pointer = metafunction<std::add_pointer>; variable
/third_party/boost/boost/hana/
Dtraits.hpp155 constexpr auto add_pointer = metafunction<std::add_pointer>; variable
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp147 struct add_pointer struct
149 typedef typename remove_reference<T>::type* type;
/third_party/spirv-tools/source/opt/
Dconstants.h449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function