Home
last modified time | relevance | path

Searched defs:remove_cvref (Results 1 – 15 of 15) sorted by relevance

/external/llvm-libc/src/__support/CPP/type_traits/
Dremove_cvref.h19 template <typename T> struct remove_cvref { struct
22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dremove_cvref.h19 template <typename T> struct remove_cvref { struct
22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; argument
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dremove_cvref.h19 template <typename T> struct remove_cvref { struct
22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; argument
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dremove_cvref.h36 struct remove_cvref { struct
37 using type _LIBCPP_NODEBUG = __remove_cvref_t<_Tp>; argument
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dremove_cvref.h36 struct remove_cvref { struct
37 using type _LIBCPP_NODEBUG = __remove_cvref_t<_Tp>; argument
/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
Dtype_traits.h162 struct remove_cvref { struct
167 using remove_cvref_t = typename remove_cvref<T>::type; argument
/external/executorch/extension/pytree/
Dfunction_ref.h52 struct remove_cvref { struct
58 using remove_cvref_t = typename remove_cvref<T>::type; argument
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dtype_traits.hpp81 struct remove_cvref : remove_cv<typename std::remove_reference<T>::type> {}; struct
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/
Ddependent_return_type.compile.pass.cpp98 std::remove_cvref_t<T> remove_cvref() { in remove_cvref() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/
Ddependent_return_type.compile.pass.cpp98 std::remove_cvref_t<T> remove_cvref() { in remove_cvref() function
/external/pigweed/pw_result/public/pw_result/internal/
Dexpected_impl.h27 struct remove_cvref { struct
33 using remove_cvref_t = typename remove_cvref<T>::type; argument
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp576 struct remove_cvref struct