Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dremove_cvref.h19 template <typename T> struct remove_cvref { struct
22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dremove_cvref.h36 struct remove_cvref { struct
37 using type _LIBCPP_NODEBUG = __remove_cvref_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dremove_cvref.h41 struct remove_cvref { struct
42 using type _LIBCPP_NODEBUG = __remove_cvref(_Tp); argument
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
H A Dtype_traits.h162 struct remove_cvref { struct
167 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/system/libbase/include/android-base/
Dexpected.h92 struct remove_cvref { struct
97 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/system/libbase/include/android-base/
Dexpected.h92 struct remove_cvref { struct
97 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/system/libbase/include/android-base/
Dexpected.h92 struct remove_cvref { struct
97 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/system/libbase/include/android-base/
Dexpected.h92 struct remove_cvref { struct
97 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/system/libbase/include/android-base/
H A Dexpected.h92 struct remove_cvref { struct
97 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/external/executorch/extension/pytree/
H A Dfunction_ref.h52 struct remove_cvref { struct
58 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp98 std::remove_cvref_t<T> remove_cvref() { in remove_cvref() function
/aosp_15_r20/external/pigweed/pw_result/public/pw_result/internal/
H A Dexpected_impl.h27 struct remove_cvref { struct
33 using remove_cvref_t = typename remove_cvref<T>::type; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp576 struct remove_cvref struct