/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | STLForwardCompat.h | 30 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 D | remove_cvref.h | 19 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/ |
D | STLForwardCompat.h | 30 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/ |
D | STLForwardCompat.h | 30 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/ |
D | STLForwardCompat.h | 30 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/ |
D | STLForwardCompat.h | 30 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/ |
D | remove_cvref.h | 36 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/ |
D | remove_cvref.h | 41 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/ |
D | remove_cvref.h | 41 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/ |
D | remove_cvref.h | 41 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/ |
D | remove_cvref.h | 41 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 D | remove_cvref.h | 41 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 D | type_traits.h | 162 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/ |
D | expected.h | 92 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/ |
D | expected.h | 92 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/ |
D | expected.h | 92 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/ |
D | expected.h | 92 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 D | expected.h | 92 struct remove_cvref { struct 97 using remove_cvref_t = typename remove_cvref<T>::type; argument
|
/aosp_15_r20/external/executorch/extension/pytree/ |
H A D | function_ref.h | 52 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/ |
D | type_traits.hpp | 81 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 D | dependent_return_type.compile.pass.cpp | 98 std::remove_cvref_t<T> remove_cvref() { in remove_cvref() function
|
/aosp_15_r20/external/pigweed/pw_result/public/pw_result/internal/ |
H A D | expected_impl.h | 27 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/ |
D | type_traits.hpp | 576 struct remove_cvref struct
|