Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dremove_cvref.h17 template <typename T> struct remove_cvref { global() struct
20 typeremove_cvref global() argument
/llvm-project/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/llvm-project/libcxx/include/__type_traits/
H A Dremove_cvref.h41 struct remove_cvref { global() struct
42 _LIBCPP_NODEBUGremove_cvref global() argument
/llvm-project/libcxx/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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp167 template <class T> struct remove_cvref { using type = remove_cv_t<remove_reference_t<T>>; }; struct
176 typestd::remove_cvref global() argument