Home
last modified time | relevance | path

Searched defs:remove_const (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dremove_const.h22 struct _LIBCPP_NO_SPECIALIZATIONS remove_const { struct
23 _LIBCPP_NODEBUGremove_const global() argument
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp87 std::remove_const_t<T> remove_const() { in remove_const() function
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp98 struct remove_const { struct
103 struct remove_const<const T> { struct
107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1]; argument