Home
last modified time | relevance | path

Searched refs:remove_const (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_const.h22 struct remove_const { struct
30 struct _LIBCPP_TEMPLATE_VIS remove_const {
34 struct _LIBCPP_TEMPLATE_VIS remove_const<const _Tp> {
39 using __remove_const_t = typename remove_const<_Tp>::type;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h217 typename std::remove_const<
220 typename std::remove_const<
224 typename std::remove_const<
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def20 TRANSFORM_TYPE_TRAIT_DEF(RemoveConst, remove_const)
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h359 typedef typename std::remove_const<Element>::type RawElement;
383 typedef typename std::remove_const<
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h301 typename U = typename std::remove_const<
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits62 template <class T> struct remove_const;
174 using remove_const_t = typename remove_const<T>::type; // C++14
525 #include <__type_traits/remove_const.h>
H A Doptional220 #include <__type_traits/remove_const.h>
H A Dlibcxx.imp799 { include: [ "<__type_traits/remove_const.h>", "private", "<type_traits>", "public" ] },
H A Dvariant239 #include <__type_traits/remove_const.h>
H A Dmodule.modulemap.in2000 …traits_remove_const [system] { header "__type_traits/remove_const.h" }
H A D__hash_table40 #include <__type_traits/remove_const.h>
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc133 using std::remove_const;
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h875 typename std::remove_const<typename std::remove_reference<T>::type>::type
985 std::is_same<typename std::remove_const<
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2079 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
2144 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
2439 typename std::remove_const<LhsContainer>::type>
4704 internal::ContainerEqMatcher<typename std::remove_const<Container>::type>>
4736 typename std::remove_const<Container>::type>
4765 typename std::remove_const<RhsContainer>::type>::type::value_type>>
/freebsd-14.2/lib/libc++/
H A DMakefile1278 TTR_HEADERS+= remove_const.h
H A Dmodule.modulemap2000 …traits_remove_const [system] { header "__type_traits/remove_const.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2472 SYMBOL(remove_const, std::, <type_traits>)
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp8733 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;