Home
last modified time | relevance | path

Searched defs:remove_reference (Results 1 – 25 of 31) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dremove_reference.hpp38 template <class T> struct remove_reference{ typedef typename boost::detail::remove_rvalue_ref<T>::t… struct
39 template <class T> struct remove_reference<T&>{ typedef T type; }; argument
46 template <class T> struct remove_reference<T&const>{ typedef T type; }; struct
47 template <class T> struct remove_reference<T&volatile>{ typedef T type; }; struct
48 template <class T> struct remove_reference<T&const volatile>{ typedef T type; }; struct
/external/clang/test/Analysis/
Ddelayed-template-parsing-crash.cpp4 template <class T> struct remove_reference {typedef T type;}; struct
5 template <class T> struct remove_reference<T&> {typedef T type;}; argument
6 template <class T> struct remove_reference<T&&> {typedef T type;}; argument
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
Dp3-0x.cpp39 struct remove_reference { struct
44 struct remove_reference<T&> { argument
49 struct remove_reference<T&&> { argument
54 template<typename T> int &f(typename remove_reference<T>::type&); argument
/external/clang/test/SemaCXX/
Dwarn-self-move.cpp6 template <class T> struct remove_reference { typedef T type; }; argument
7 template <class T> struct remove_reference<T&> { typedef T type; }; argument
8 template <class T> struct remove_reference<T&&> { typedef T type; }; argument
Drval-references-examples.cpp28 struct remove_reference { struct
33 struct remove_reference<T&> { argument
38 struct remove_reference<T&&> { argument
43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() argument
Dwarn-redundant-move.cpp8 template <class T> struct remove_reference { typedef T type; }; argument
9 template <class T> struct remove_reference<T&> { typedef T type; }; argument
10 template <class T> struct remove_reference<T&&> { typedef T type; }; argument
Dwarn-pessmizing-move.cpp7 template <class T> struct remove_reference { typedef T type; }; argument
8 template <class T> struct remove_reference<T&> { typedef T type; }; argument
9 template <class T> struct remove_reference<T&&> { typedef T type; }; struct
Ddiscrim-union.cpp3 template<typename T> struct remove_reference { typedef T type; }; argument
4 template<typename T> struct remove_reference<T&> { typedef T type; }; struct
5 template<typename T> struct remove_reference<T&&> { typedef T type; }; struct
Dwarn-unused-local-typedef.cpp175 struct remove_reference { typedef T type; }; struct
176 template<typename T> struct remove_reference<T&> { typedef T type; }; argument
/external/clang/test/CodeGenObjCXX/
Darc-move.mm15 struct remove_reference { struct
20 struct remove_reference<T&> { argument
25 struct remove_reference<T&&> { struct
/external/sdv/vsomeip/third_party/boost/align/test/
Dalignment_of_test.cpp14 struct remove_reference { struct
19 struct remove_reference<T&> { struct
25 struct remove_reference<T&&> { struct
26 typedef T type;
/external/clang/test/Modules/Inputs/submodules/
Dtype_traits.h2 struct remove_reference { struct
7 struct remove_reference<T&> { argument
/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu164 template <class T> struct remove_reference { typedef T type; }; struct
165 template <class T> struct remove_reference<T&> { typedef T type; }; argument
166 template <class T> struct remove_reference<T&&> { typedef T type; }; argument
/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dremove_reference.h22 struct remove_reference { struct
23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dremove_reference.h22 struct remove_reference { struct
23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dremove_reference.h22 struct remove_reference { struct
23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dremove_reference.h22 struct remove_reference { struct
23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dunique_ptr_meta_utils.hpp100 struct remove_reference struct
102 typedef T type;
106 struct remove_reference<T&> struct
108 typedef T type;
114 struct remove_reference<T&&> struct
116 typedef T type;
122 struct remove_reference< rv<T> > struct
124 typedef T type;
128 struct remove_reference< rv<T> &> struct
130 typedef T type;
[all …]
Dmeta_utils.hpp92 struct remove_reference struct
94 typedef T type;
98 struct remove_reference<T&> struct
100 typedef T type;
106 struct remove_reference<T&&> struct
108 typedef T type;
114 struct remove_reference< rv<T> > struct
116 typedef T type;
120 struct remove_reference< rv<T> &> struct
122 typedef T type;
[all …]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11-1y.cpp68 template<typename T> struct remove_reference { typedef T type; }; argument
69 template<typename T> struct remove_reference<T&> { typedef T type; }; argument
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dremove_reference.h18 template <class T> struct remove_reference : cpp::type_identity<T> {}; struct
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dremove_reference.h18 template <class T> struct remove_reference : cpp::type_identity<T> {}; struct
/external/llvm-libc/src/__support/CPP/type_traits/
Dremove_reference.h18 template <class T> struct remove_reference : cpp::type_identity<T> {}; struct
/external/cronet/stable/third_party/llvm-libc/src/shared/
Drpc_util.h39 template <class T> struct remove_reference : type_identity<T> {}; struct
/external/cronet/tot/third_party/llvm-libc/src/shared/
Drpc_util.h39 template <class T> struct remove_reference : type_identity<T> {}; struct

12