Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_cv.h24 struct remove_cv { struct
32 struct _LIBCPP_TEMPLATE_VIS remove_cv {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def21 TRANSFORM_TYPE_TRAIT_DEF(RemoveCV, remove_cv)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h30 typedef std::remove_cv<T> value_type;
/freebsd-14.2/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
527 #include <__type_traits/remove_cv.h>
H A Dcwchar111 #include <__type_traits/remove_cv.h>
H A Dnew95 #include <__type_traits/remove_cv.h>
H A Dany102 #include <__type_traits/remove_cv.h>
H A Darray133 #include <__type_traits/remove_cv.h>
H A Dcmath315 #include <__type_traits/remove_cv.h>
H A Dlimits109 #include <__type_traits/remove_cv.h>
H A Dlibcxx.imp801 { include: [ "<__type_traits/remove_cv.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in2003 header "__type_traits/remove_cv.h"
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc134 using std::remove_cv;
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const124 #include <__type_traits/remove_cv.h>
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1386 std::is_same<typename std::remove_cv<typename std::remove_reference< \
/freebsd-14.2/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()
5333 std::is_same<typename std::remove_cv<
/freebsd-14.2/lib/libc++/
H A DMakefile1280 TTR_HEADERS+= remove_cv.h
H A Dmodule.modulemap2003 header "__type_traits/remove_cv.h"
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2476 SYMBOL(remove_cv, std::, <type_traits>)