Home
last modified time | relevance | path

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

/src/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;
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h153 typename std::remove_const< in add()
156 typename std::remove_const< in add()
160 typename std::remove_const< in add()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DMCDCTypes.h65 typename std::remove_const<MaybeConstInnerParameters>::type; in getParams()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def20 TRANSFORM_TYPE_TRAIT_DEF(RemoveConst, remove_const)
/src/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h360 typedef typename std::remove_const<Element>::type RawElement;
384 typedef typename std::remove_const<
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h301 typename U = typename std::remove_const<
/src/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
484 #include <__type_traits/remove_const.h>
H A Dspan170 #include <__type_traits/remove_const.h>
H A Doptional214 #include <__type_traits/remove_const.h>
H A Dvariant246 #include <__type_traits/remove_const.h>
H A Dmodule.modulemap2059 …traits_remove_const [system] { header "__type_traits/remove_const.h" }
H A D__hash_table37 #include <__type_traits/remove_const.h>
/src/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc133 using std::remove_const;
/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h861 typename std::remove_const<typename std::remove_reference<T>::type>::type
966 std::is_same<typename std::remove_const<
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2144 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
2209 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
2507 typename std::remove_const<LhsContainer>::type>
4971 internal::ContainerEqMatcher<typename std::remove_const<Container>::type>>
5003 typename std::remove_const<Container>::type>
5033 typename std::remove_const<RhsContainer>::type>::type::value_type>>
/src/lib/libc++/
H A DMakefile1321 TTR_HEADERS+= remove_const.h
H A Dlibcxx.imp827 { include: [ "<__type_traits/remove_const.h>", "private", "<type_traits>", "public" ] },
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2472 SYMBOL(remove_const, std::, <type_traits>)
/src/contrib/bsnmp/tests/
H A Dcatch.hpp8733 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;