Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dremove_cvref.h20 template <typename T> using remove_cvref_t = typename remove_cvref<T>::type; global() variable
/llvm-project/libcxx/test/std/utilities/expol/
H A Dpolicies.compile.pass.cpp29 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>>; typedef
/llvm-project/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h36 using remove_cvref_t // NOLINT(readability-identifier-naming) variable
/llvm-project/libcxx/include/__type_traits/
H A Dremove_cvref.h46 using remove_cvref_t = __remove_cvref_t<_Tp>; global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp168 template <class T> using remove_cvref_t = typename remove_cvref<T>::type; typedef
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4364 template <class T> using remove_cvref_t = __remove_cvref(T); global() typedef
[all...]