Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/CPP/type_traits/
Dremove_cvref.h22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSTLForwardCompat.h36 using remove_cvref_t // NOLINT(readability-identifier-naming) variable
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dremove_cvref.h22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dremove_cvref.h22 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; variable
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expol/
Dpolicies.compile.pass.cpp29 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>>; typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expol/
Dpolicies.compile.pass.cpp29 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>>; typedef
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dremove_cvref.h41 using remove_cvref_t = __remove_cvref_t<_Tp>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dremove_cvref.h41 using remove_cvref_t = __remove_cvref_t<_Tp>; variable
/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dremove_cvref.h46 using remove_cvref_t = __remove_cvref_t<_Tp>; variable
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dremove_cvref.h46 using remove_cvref_t = __remove_cvref_t<_Tp>; variable
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
Dtype_traits.h167 using remove_cvref_t = typename remove_cvref<T>::type; variable
/external/executorch/extension/pytree/
Dfunction_ref.h58 using remove_cvref_t = typename remove_cvref<T>::type; variable
/external/armnn/third-party/fmt/
Dcore.h260 using remove_cvref_t = typename std::remove_cv<remove_reference_t<T>>::type; variable
/external/fmtlib/include/fmt/
Dbase.h304 using remove_cvref_t = typename std::remove_cv<remove_reference_t<T>>::type; variable
/external/pigweed/pw_result/public/pw_result/internal/
Dexpected_impl.h33 using remove_cvref_t = typename remove_cvref<T>::type; variable