Home
last modified time | relevance | path

Searched refs:remove_cv (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_cv.h24 struct remove_cv { struct
32 struct _LIBCPP_TEMPLATE_VIS remove_cv {
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def21 TRANSFORM_TYPE_TRAIT_DEF(RemoveCV, remove_cv)
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h30 typedef std::remove_cv<T> value_type;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits64 template <class T> struct remove_cv;
178 using remove_cv_t = typename remove_cv<T>::type; // C++14
485 #include <__type_traits/remove_cv.h>
H A Dcwchar110 #include <__type_traits/remove_cv.h>
H A Dnew93 #include <__type_traits/remove_cv.h>
H A Dany99 #include <__type_traits/remove_cv.h>
H A Dcmath323 #include <__type_traits/remove_cv.h>
H A Darray134 #include <__type_traits/remove_cv.h>
H A Dspan171 #include <__type_traits/remove_cv.h>
H A Dlimits108 #include <__type_traits/remove_cv.h>
H A Dmodule.modulemap2062 header "__type_traits/remove_cv.h"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const123 #include <__type_traits/remove_cv.h>
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1346 std::is_same<typename std::remove_cv<typename std::remove_reference< \
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h418 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain()
420 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain()
5334 std::is_same<typename std::remove_cv<
/freebsd/lib/libc++/
H A DMakefile1323 TTR_HEADERS+= remove_cv.h
H A Dlibcxx.imp829 { include: [ "<__type_traits/remove_cv.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp926 …using FunctionReturnType = typename std::remove_reference<typename std::remove_cv<typename std::re…
1622 …return ::Catch::StringMaker<typename std::remove_cv<typename std::remove_reference<T>::type>::type… in stringify()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2476 SYMBOL(remove_cv, std::, <type_traits>)