Home
last modified time | relevance | path

Searched refs:remove_cvref (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/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
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_cvref.h36 struct remove_cvref { struct
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def22 TRANSFORM_TYPE_TRAIT_DEF(RemoveCVRef, remove_cvref)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexecution38 #include <__type_traits/remove_cvref.h>
H A Dtype_traits163 template <class T> struct remove_cvref; // C++20
224 using remove_cvref_t = typename remove_cvref<T>::type; // C++20
H A Dany100 #include <__type_traits/remove_cvref.h>
H A Dspan172 #include <__type_traits/remove_cvref.h>
H A Dstring_view232 #include <__type_traits/remove_cvref.h>
H A Doptional215 #include <__type_traits/remove_cvref.h>
H A Dvariant247 #include <__type_traits/remove_cvref.h>
H A Dtuple254 #include <__type_traits/remove_cvref.h>
H A Dmodule.modulemap2066 …traits_remove_cvref [system] { header "__type_traits/remove_cvref.h" }
H A D__hash_table38 #include <__type_traits/remove_cvref.h>
H A D__tree36 #include <__type_traits/remove_cvref.h>
H A Dstring633 #include <__type_traits/remove_cvref.h>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/lib/libc++/
H A DMakefile1324 TTR_HEADERS+= remove_cvref.h
H A Dlibcxx.imp830 { include: [ "<__type_traits/remove_cvref.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2478 SYMBOL(remove_cvref, std::, <type_traits>)