Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDremove_cv.h24 struct remove_cv { struct
32 struct _LIBCPP_TEMPLATE_VIS remove_cv {
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTransformTypeTraits.def21 TRANSFORM_TYPE_TRAIT_DEF(RemoveCV, remove_cv)
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDadt.h30 typedef std::remove_cv<T> value_type;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDtype_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>
HDcwchar110 #include <__type_traits/remove_cv.h>
HDnew93 #include <__type_traits/remove_cv.h>
HDany99 #include <__type_traits/remove_cv.h>
HDarray134 #include <__type_traits/remove_cv.h>
HDcmath323 #include <__type_traits/remove_cv.h>
HDspan171 #include <__type_traits/remove_cv.h>
HDlimits108 #include <__type_traits/remove_cv.h>
HDmodule.modulemap2062 header "__type_traits/remove_cv.h"
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc134 using std::remove_cv;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/experimental/
HDpropagate_const123 #include <__type_traits/remove_cv.h>
/freebsd-14-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-internal.h1346 std::is_same<typename std::remove_cv<typename std::remove_reference< \
/freebsd-14-stable/contrib/googletest/googlemock/include/gmock/
HDgmock-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-14-stable/lib/libc++/
DMakefile1324 TTR_HEADERS+= remove_cv.h
Dlibcxx.imp829 { include: [ "<__type_traits/remove_cv.h>", "private", "<type_traits>", "public" ] },
/freebsd-14-stable/contrib/bsnmp/tests/
HDcatch.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-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2476 SYMBOL(remove_cv, std::, <type_traits>)